Uses of Record Class
club.doki7.openxr.datatype.XrBodySkeletonJointFB
Packages that use XrBodySkeletonJointFB
-
Uses of XrBodySkeletonJointFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrBodySkeletonJointFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrBodySkeletonJointFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodySkeletonJointFBModifier and TypeMethodDescriptionstatic XrBodySkeletonJointFB
@NotNull XrBodySkeletonJointFB
XrBodySkeletonJointFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrBodySkeletonJointFB
XrBodySkeletonJointFB.clone
(Arena arena, XrBodySkeletonJointFB src) XrBodySkeletonJointFB.joint
(int value) @Nullable XrBodySkeletonJointFB
XrBodySkeletonFB.joints()
XrBodySkeletonJointFB.parentJoint
(int value) XrBodySkeletonJointFB.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type XrBodySkeletonJointFBModifier and TypeMethodDescription@NotNull Iterator
<XrBodySkeletonJointFB> XrBodySkeletonJointFB.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrBodySkeletonJointFBModifier and TypeMethodDescriptionstatic XrBodySkeletonJointFB
XrBodySkeletonJointFB.clone
(Arena arena, XrBodySkeletonJointFB src) void
XrBodySkeletonJointFB.Ptr.write
(long index, @NotNull XrBodySkeletonJointFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrBodySkeletonJointFBModifier and TypeMethodDescriptionXrBodySkeletonJointFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBodySkeletonJointFB> consumer)