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.Ptr
XrLocalizationMapML.Ptr.at
(long index, @NotNull Consumer<@NotNull XrLocalizationMapML> consumer) @NotNull XrLocalizationMapML.Ptr
XrLocalizationMapML.Ptr.offset
(long offset) @NotNull XrLocalizationMapML.Ptr
XrLocalizationMapML.Ptr.reinterpret
(long newSize) Assume theXrLocalizationMapML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrLocalizationMapML.Ptr
that uses the same backing storage as thisXrLocalizationMapML.Ptr
, but with the new size.XrLocalizationMapML.Ptr.slice
(long end) @NotNull XrLocalizationMapML.Ptr
XrLocalizationMapML.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).