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