Uses of Record Class
club.doki7.openxr.datatype.XrSpatialAnchorsQueryInfoRadiusML
Packages that use XrSpatialAnchorsQueryInfoRadiusML
-
Uses of XrSpatialAnchorsQueryInfoRadiusML in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpatialAnchorsQueryInfoRadiusMLModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSpatialAnchorsQueryInfoRadiusML
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialAnchorsQueryInfoRadiusMLModifier and TypeMethodDescription@NotNull XrSpatialAnchorsQueryInfoRadiusML
XrSpatialAnchorsQueryInfoRadiusML.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSpatialAnchorsQueryInfoRadiusML.center
(@NotNull XrVector3f value) XrSpatialAnchorsQueryInfoRadiusML.center
(Consumer<@NotNull XrVector3f> consumer) XrSpatialAnchorsQueryInfoRadiusML.clone
(Arena arena, XrSpatialAnchorsQueryInfoRadiusML src) XrSpatialAnchorsQueryInfoRadiusML.next
(@NotNull MemorySegment value) XrSpatialAnchorsQueryInfoRadiusML.radius
(float value) XrSpatialAnchorsQueryInfoRadiusML.time
(long value) XrSpatialAnchorsQueryInfoRadiusML.Ptr.toArray()
XrSpatialAnchorsQueryInfoRadiusML.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpatialAnchorsQueryInfoRadiusMLModifier and TypeMethodDescription@NotNull Iterator
<XrSpatialAnchorsQueryInfoRadiusML> XrSpatialAnchorsQueryInfoRadiusML.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSpatialAnchorsQueryInfoRadiusMLModifier and TypeMethodDescriptionXrSpatialAnchorsQueryInfoRadiusML.clone
(Arena arena, XrSpatialAnchorsQueryInfoRadiusML src) void
XrSpatialAnchorsQueryInfoRadiusML.Ptr.write
(long index, @NotNull XrSpatialAnchorsQueryInfoRadiusML value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpatialAnchorsQueryInfoRadiusMLModifier and TypeMethodDescriptionXrSpatialAnchorsQueryInfoRadiusML.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpatialAnchorsQueryInfoRadiusML> consumer)