Uses of Record Class
club.doki7.openxr.datatype.XrSpatialAnchorPersistInfoBD
Packages that use XrSpatialAnchorPersistInfoBD
-
Uses of XrSpatialAnchorPersistInfoBD in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpatialAnchorPersistInfoBDModifier and TypeMethodDescriptionint
XR.persistSpatialAnchorAsyncBD
(XrSenseDataProviderBD provider, XrSpatialAnchorPersistInfoBD info, XrFutureEXT.Ptr future) -
Uses of XrSpatialAnchorPersistInfoBD in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpatialAnchorPersistInfoBDModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSpatialAnchorPersistInfoBD
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialAnchorPersistInfoBDModifier and TypeMethodDescriptionstatic XrSpatialAnchorPersistInfoBD
XrSpatialAnchorPersistInfoBD.anchor
(@Nullable XrAnchorBD value) @NotNull XrSpatialAnchorPersistInfoBD
XrSpatialAnchorPersistInfoBD.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSpatialAnchorPersistInfoBD
XrSpatialAnchorPersistInfoBD.clone
(Arena arena, XrSpatialAnchorPersistInfoBD src) XrSpatialAnchorPersistInfoBD.location
(int value) XrSpatialAnchorPersistInfoBD.next
(@NotNull MemorySegment value) XrSpatialAnchorPersistInfoBD.Ptr.toArray()
XrSpatialAnchorPersistInfoBD.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpatialAnchorPersistInfoBDModifier and TypeMethodDescription@NotNull Iterator
<XrSpatialAnchorPersistInfoBD> XrSpatialAnchorPersistInfoBD.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSpatialAnchorPersistInfoBDModifier and TypeMethodDescriptionstatic XrSpatialAnchorPersistInfoBD
XrSpatialAnchorPersistInfoBD.clone
(Arena arena, XrSpatialAnchorPersistInfoBD src) void
XrSpatialAnchorPersistInfoBD.Ptr.write
(long index, @NotNull XrSpatialAnchorPersistInfoBD value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpatialAnchorPersistInfoBDModifier and TypeMethodDescriptionXrSpatialAnchorPersistInfoBD.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpatialAnchorPersistInfoBD> consumer)