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