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