Uses of Record Class
club.doki7.openxr.datatype.XrHandJointLocationEXT
Packages that use XrHandJointLocationEXT
-
Uses of XrHandJointLocationEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrHandJointLocationEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrHandJointLocationEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHandJointLocationEXTModifier and TypeMethodDescriptionstatic XrHandJointLocationEXT
@NotNull XrHandJointLocationEXT
XrHandJointLocationEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrHandJointLocationEXT
XrHandJointLocationEXT.clone
(Arena arena, XrHandJointLocationEXT src) @Nullable XrHandJointLocationEXT
XrHandJointLocationsEXT.jointLocations()
XrHandJointLocationEXT.locationFlags
(long value) XrHandJointLocationEXT.radius
(float value) XrHandJointLocationEXT.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type XrHandJointLocationEXTModifier and TypeMethodDescription@NotNull Iterator
<XrHandJointLocationEXT> XrHandJointLocationEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrHandJointLocationEXTModifier and TypeMethodDescriptionstatic XrHandJointLocationEXT
XrHandJointLocationEXT.clone
(Arena arena, XrHandJointLocationEXT src) void
XrHandJointLocationEXT.Ptr.write
(long index, @NotNull XrHandJointLocationEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrHandJointLocationEXTModifier and TypeMethodDescriptionXrHandJointLocationEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrHandJointLocationEXT> consumer)