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 recordRepresents a pointer to / an array ofXrBodySkeletonJointFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodySkeletonJointFBModifier and TypeMethodDescriptionstatic XrBodySkeletonJointFB@NotNull XrBodySkeletonJointFBXrBodySkeletonJointFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrBodySkeletonJointFBXrBodySkeletonJointFB.clone(Arena arena, XrBodySkeletonJointFB src) XrBodySkeletonJointFB.joint(int value) @Nullable XrBodySkeletonJointFBXrBodySkeletonFB.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 XrBodySkeletonJointFBXrBodySkeletonJointFB.clone(Arena arena, XrBodySkeletonJointFB src) voidXrBodySkeletonJointFB.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)