Uses of Record Class
club.doki7.openxr.datatype.XrHandJointVelocityEXT
Packages that use XrHandJointVelocityEXT
-
Uses of XrHandJointVelocityEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrHandJointVelocityEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrHandJointVelocityEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHandJointVelocityEXTModifier and TypeMethodDescriptionstatic XrHandJointVelocityEXT
XrHandJointVelocityEXT.angularVelocity
(@NotNull XrVector3f value) XrHandJointVelocityEXT.angularVelocity
(Consumer<@NotNull XrVector3f> consumer) @NotNull XrHandJointVelocityEXT
XrHandJointVelocityEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrHandJointVelocityEXT
XrHandJointVelocityEXT.clone
(Arena arena, XrHandJointVelocityEXT src) @Nullable XrHandJointVelocityEXT
XrHandJointVelocitiesEXT.jointVelocities()
XrHandJointVelocityEXT.linearVelocity
(@NotNull XrVector3f value) XrHandJointVelocityEXT.linearVelocity
(Consumer<@NotNull XrVector3f> consumer) XrHandJointVelocityEXT.Ptr.toArray()
XrHandJointVelocityEXT.velocityFlags
(long value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrHandJointVelocityEXTModifier and TypeMethodDescription@NotNull Iterator
<XrHandJointVelocityEXT> XrHandJointVelocityEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrHandJointVelocityEXTModifier and TypeMethodDescriptionstatic XrHandJointVelocityEXT
XrHandJointVelocityEXT.clone
(Arena arena, XrHandJointVelocityEXT src) void
XrHandJointVelocityEXT.Ptr.write
(long index, @NotNull XrHandJointVelocityEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrHandJointVelocityEXTModifier and TypeMethodDescriptionXrHandJointVelocityEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrHandJointVelocityEXT> consumer)