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