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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrSpatialAnchorsDeleteInfoMLstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialAnchorsDeleteInfoMLModifier and TypeMethodDescriptionstatic XrSpatialAnchorsDeleteInfoML@NotNull XrSpatialAnchorsDeleteInfoMLXrSpatialAnchorsDeleteInfoML.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSpatialAnchorsDeleteInfoMLXrSpatialAnchorsDeleteInfoML.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 XrSpatialAnchorsDeleteInfoMLXrSpatialAnchorsDeleteInfoML.clone(Arena arena, XrSpatialAnchorsDeleteInfoML src) voidXrSpatialAnchorsDeleteInfoML.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)