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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrSpatialAnchorPersistenceInfoMSFTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialAnchorPersistenceInfoMSFTModifier and TypeMethodDescription@NotNull XrSpatialAnchorPersistenceInfoMSFTXrSpatialAnchorPersistenceInfoMSFT.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) voidXrSpatialAnchorPersistenceInfoMSFT.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)