Uses of Record Class
club.doki7.openxr.datatype.XrSpatialAnchorCompletionResultML
Packages that use XrSpatialAnchorCompletionResultML
-
Uses of XrSpatialAnchorCompletionResultML in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpatialAnchorCompletionResultMLModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSpatialAnchorCompletionResultML
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialAnchorCompletionResultMLModifier and TypeMethodDescription@NotNull XrSpatialAnchorCompletionResultML
XrSpatialAnchorCompletionResultML.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSpatialAnchorCompletionResultML.clone
(Arena arena, XrSpatialAnchorCompletionResultML src) XrSpatialAnchorCompletionResultML.result
(int value) @Nullable XrSpatialAnchorCompletionResultML
XrSpatialAnchorsDeleteCompletionDetailsML.results()
@Nullable XrSpatialAnchorCompletionResultML
XrSpatialAnchorsPublishCompletionDetailsML.results()
@Nullable XrSpatialAnchorCompletionResultML
XrSpatialAnchorsUpdateExpirationCompletionDetailsML.results()
XrSpatialAnchorCompletionResultML.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpatialAnchorCompletionResultMLModifier and TypeMethodDescription@NotNull Iterator
<XrSpatialAnchorCompletionResultML> XrSpatialAnchorCompletionResultML.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSpatialAnchorCompletionResultMLModifier and TypeMethodDescriptionXrSpatialAnchorCompletionResultML.clone
(Arena arena, XrSpatialAnchorCompletionResultML src) void
XrSpatialAnchorCompletionResultML.Ptr.write
(long index, @NotNull XrSpatialAnchorCompletionResultML value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpatialAnchorCompletionResultMLModifier and TypeMethodDescriptionXrSpatialAnchorCompletionResultML.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpatialAnchorCompletionResultML> consumer)