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