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