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