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