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