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