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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrSpatialAnchorsQueryCompletionMLstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialAnchorsQueryCompletionMLModifier and TypeMethodDescription@NotNull XrSpatialAnchorsQueryCompletionMLXrSpatialAnchorsQueryCompletionML.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) voidXrSpatialAnchorsQueryCompletionML.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)