Uses of Record Class
club.doki7.openxr.datatype.XrColocationAdvertisementStopInfoMETA.Ptr
Packages that use XrColocationAdvertisementStopInfoMETA.Ptr
-
Uses of XrColocationAdvertisementStopInfoMETA.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrColocationAdvertisementStopInfoMETA.PtrModifier and TypeMethodDescriptionXrColocationAdvertisementStopInfoMETA.Ptr.at(long index, @NotNull Consumer<@NotNull XrColocationAdvertisementStopInfoMETA> consumer) XrColocationAdvertisementStopInfoMETA.Ptr.offset(long offset) XrColocationAdvertisementStopInfoMETA.Ptr.reinterpret(long newSize) Assume theXrColocationAdvertisementStopInfoMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrColocationAdvertisementStopInfoMETA.Ptrthat uses the same backing storage as thisXrColocationAdvertisementStopInfoMETA.Ptr, but with the new size.XrColocationAdvertisementStopInfoMETA.Ptr.slice(long end) XrColocationAdvertisementStopInfoMETA.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).