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