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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrSpatialAnchorPersistenceNameMSFTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialAnchorPersistenceNameMSFTModifier and TypeMethodDescription@NotNull XrSpatialAnchorPersistenceNameMSFTXrSpatialAnchorPersistenceNameMSFT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrSpatialAnchorPersistenceNameMSFT.clone(Arena arena, XrSpatialAnchorPersistenceNameMSFT src) @NotNull XrSpatialAnchorPersistenceNameMSFTXrSpatialAnchorFromPersistedAnchorCreateInfoMSFT.spatialAnchorPersistenceName()@NotNull XrSpatialAnchorPersistenceNameMSFTXrSpatialAnchorPersistenceInfoMSFT.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) voidXrSpatialAnchorPersistenceNameMSFT.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)