Uses of Record Class
club.doki7.openxr.datatype.XrEventDataStartColocationAdvertisementCompleteMETA.Ptr
Packages that use XrEventDataStartColocationAdvertisementCompleteMETA.Ptr
-
Uses of XrEventDataStartColocationAdvertisementCompleteMETA.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrEventDataStartColocationAdvertisementCompleteMETA.PtrModifier and TypeMethodDescriptionXrEventDataStartColocationAdvertisementCompleteMETA.Ptr.at(long index, @NotNull Consumer<@NotNull XrEventDataStartColocationAdvertisementCompleteMETA> consumer) XrEventDataStartColocationAdvertisementCompleteMETA.Ptr.offset(long offset) XrEventDataStartColocationAdvertisementCompleteMETA.Ptr.reinterpret(long newSize) Assume theXrEventDataStartColocationAdvertisementCompleteMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrEventDataStartColocationAdvertisementCompleteMETA.Ptrthat uses the same backing storage as thisXrEventDataStartColocationAdvertisementCompleteMETA.Ptr, but with the new size.XrEventDataStartColocationAdvertisementCompleteMETA.Ptr.slice(long end) XrEventDataStartColocationAdvertisementCompleteMETA.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).