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