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