Uses of Record Class
club.doki7.openxr.datatype.XrSpatialAnchorsPublishInfoML
Packages that use XrSpatialAnchorsPublishInfoML
-
Uses of XrSpatialAnchorsPublishInfoML in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpatialAnchorsPublishInfoMLModifier and TypeMethodDescriptionint
XR.publishSpatialAnchorsAsyncML
(XrSpatialAnchorsStorageML storage, XrSpatialAnchorsPublishInfoML publishInfo, XrFutureEXT.Ptr future) -
Uses of XrSpatialAnchorsPublishInfoML in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpatialAnchorsPublishInfoMLModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSpatialAnchorsPublishInfoML
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialAnchorsPublishInfoMLModifier and TypeMethodDescriptionXrSpatialAnchorsPublishInfoML.anchorCount
(int value) XrSpatialAnchorsPublishInfoML.anchors
(XrSpace.Ptr value) @NotNull XrSpatialAnchorsPublishInfoML
XrSpatialAnchorsPublishInfoML.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSpatialAnchorsPublishInfoML.clone
(Arena arena, XrSpatialAnchorsPublishInfoML src) XrSpatialAnchorsPublishInfoML.expiration
(long value) XrSpatialAnchorsPublishInfoML.next
(@NotNull MemorySegment value) XrSpatialAnchorsPublishInfoML.Ptr.toArray()
XrSpatialAnchorsPublishInfoML.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpatialAnchorsPublishInfoMLModifier and TypeMethodDescription@NotNull Iterator
<XrSpatialAnchorsPublishInfoML> XrSpatialAnchorsPublishInfoML.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSpatialAnchorsPublishInfoMLModifier and TypeMethodDescriptionXrSpatialAnchorsPublishInfoML.clone
(Arena arena, XrSpatialAnchorsPublishInfoML src) void
XrSpatialAnchorsPublishInfoML.Ptr.write
(long index, @NotNull XrSpatialAnchorsPublishInfoML value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpatialAnchorsPublishInfoMLModifier and TypeMethodDescriptionXrSpatialAnchorsPublishInfoML.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpatialAnchorsPublishInfoML> consumer)