Uses of Record Class
club.doki7.openxr.datatype.XrSpatialAnchorsPublishCompletionML
Packages that use XrSpatialAnchorsPublishCompletionML
-
Uses of XrSpatialAnchorsPublishCompletionML in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpatialAnchorsPublishCompletionMLModifier and TypeMethodDescriptionint
XR.publishSpatialAnchorsCompleteML
(XrSpatialAnchorsStorageML storage, XrFutureEXT future, XrSpatialAnchorsPublishCompletionML completion) -
Uses of XrSpatialAnchorsPublishCompletionML in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpatialAnchorsPublishCompletionMLModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSpatialAnchorsPublishCompletionML
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialAnchorsPublishCompletionMLModifier and TypeMethodDescription@NotNull XrSpatialAnchorsPublishCompletionML
XrSpatialAnchorsPublishCompletionML.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSpatialAnchorsPublishCompletionML.clone
(Arena arena, XrSpatialAnchorsPublishCompletionML src) XrSpatialAnchorsPublishCompletionML.futureResult
(int value) XrSpatialAnchorsPublishCompletionML.next
(@NotNull MemorySegment value) XrSpatialAnchorsPublishCompletionML.Ptr.toArray()
XrSpatialAnchorsPublishCompletionML.type
(int value) XrSpatialAnchorsPublishCompletionML.uuidCount
(int value) XrSpatialAnchorsPublishCompletionML.uuids
(@Nullable IXrUuidEXT value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpatialAnchorsPublishCompletionMLModifier and TypeMethodDescription@NotNull Iterator
<XrSpatialAnchorsPublishCompletionML> XrSpatialAnchorsPublishCompletionML.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSpatialAnchorsPublishCompletionMLModifier and TypeMethodDescriptionXrSpatialAnchorsPublishCompletionML.clone
(Arena arena, XrSpatialAnchorsPublishCompletionML src) void
XrSpatialAnchorsPublishCompletionML.Ptr.write
(long index, @NotNull XrSpatialAnchorsPublishCompletionML value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpatialAnchorsPublishCompletionMLModifier and TypeMethodDescriptionXrSpatialAnchorsPublishCompletionML.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpatialAnchorsPublishCompletionML> consumer)