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 recordRepresents a pointer to / an array ofXrHandJointVelocityEXTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHandJointVelocityEXTModifier and TypeMethodDescriptionstatic XrHandJointVelocityEXTXrHandJointVelocityEXT.angularVelocity(@NotNull XrVector3f value) XrHandJointVelocityEXT.angularVelocity(Consumer<@NotNull XrVector3f> consumer) @NotNull XrHandJointVelocityEXTXrHandJointVelocityEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrHandJointVelocityEXTXrHandJointVelocityEXT.clone(Arena arena, XrHandJointVelocityEXT src) @Nullable XrHandJointVelocityEXTXrHandJointVelocitiesEXT.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 XrHandJointVelocityEXTXrHandJointVelocityEXT.clone(Arena arena, XrHandJointVelocityEXT src) voidXrHandJointVelocityEXT.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)