Uses of Record Class
club.doki7.openxr.datatype.XrLocalizationMapImportInfoML.Ptr
Packages that use XrLocalizationMapImportInfoML.Ptr
-
Uses of XrLocalizationMapImportInfoML.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrLocalizationMapImportInfoML.PtrModifier and TypeMethodDescriptionXrLocalizationMapImportInfoML.Ptr.at
(long index, @NotNull Consumer<@NotNull XrLocalizationMapImportInfoML> consumer) @NotNull XrLocalizationMapImportInfoML.Ptr
XrLocalizationMapImportInfoML.Ptr.offset
(long offset) @NotNull XrLocalizationMapImportInfoML.Ptr
XrLocalizationMapImportInfoML.Ptr.reinterpret
(long newSize) Assume theXrLocalizationMapImportInfoML.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrLocalizationMapImportInfoML.Ptr
that uses the same backing storage as thisXrLocalizationMapImportInfoML.Ptr
, but with the new size.XrLocalizationMapImportInfoML.Ptr.slice
(long end) @NotNull XrLocalizationMapImportInfoML.Ptr
XrLocalizationMapImportInfoML.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).