Uses of Record Class
club.doki7.openxr.datatype.XrSpatialAnchorPersistenceInfoMSFT
Packages that use XrSpatialAnchorPersistenceInfoMSFT
-
Uses of XrSpatialAnchorPersistenceInfoMSFT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpatialAnchorPersistenceInfoMSFTModifier and TypeMethodDescriptionint
XR.persistSpatialAnchorMSFT
(XrSpatialAnchorStoreConnectionMSFT spatialAnchorStore, XrSpatialAnchorPersistenceInfoMSFT spatialAnchorPersistenceInfo) -
Uses of XrSpatialAnchorPersistenceInfoMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpatialAnchorPersistenceInfoMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSpatialAnchorPersistenceInfoMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialAnchorPersistenceInfoMSFTModifier and TypeMethodDescription@NotNull XrSpatialAnchorPersistenceInfoMSFT
XrSpatialAnchorPersistenceInfoMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSpatialAnchorPersistenceInfoMSFT.clone
(Arena arena, XrSpatialAnchorPersistenceInfoMSFT src) XrSpatialAnchorPersistenceInfoMSFT.next
(@NotNull MemorySegment value) XrSpatialAnchorPersistenceInfoMSFT.spatialAnchor
(@Nullable XrSpatialAnchorMSFT value) XrSpatialAnchorPersistenceInfoMSFT.spatialAnchorPersistenceName
(@NotNull XrSpatialAnchorPersistenceNameMSFT value) XrSpatialAnchorPersistenceInfoMSFT.spatialAnchorPersistenceName
(Consumer<@NotNull XrSpatialAnchorPersistenceNameMSFT> consumer) XrSpatialAnchorPersistenceInfoMSFT.Ptr.toArray()
XrSpatialAnchorPersistenceInfoMSFT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpatialAnchorPersistenceInfoMSFTModifier and TypeMethodDescription@NotNull Iterator
<XrSpatialAnchorPersistenceInfoMSFT> XrSpatialAnchorPersistenceInfoMSFT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSpatialAnchorPersistenceInfoMSFTModifier and TypeMethodDescriptionXrSpatialAnchorPersistenceInfoMSFT.clone
(Arena arena, XrSpatialAnchorPersistenceInfoMSFT src) void
XrSpatialAnchorPersistenceInfoMSFT.Ptr.write
(long index, @NotNull XrSpatialAnchorPersistenceInfoMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpatialAnchorPersistenceInfoMSFTModifier and TypeMethodDescriptionXrSpatialAnchorPersistenceInfoMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpatialAnchorPersistenceInfoMSFT> consumer)