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