Uses of Record Class
club.doki7.openxr.datatype.XrBodySkeletonFB
Packages that use XrBodySkeletonFB
-
Uses of XrBodySkeletonFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrBodySkeletonFBModifier and TypeMethodDescriptionintXR.getBodySkeletonFB(XrBodyTrackerFB bodyTracker, XrBodySkeletonFB skeleton) -
Uses of XrBodySkeletonFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrBodySkeletonFBModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrBodySkeletonFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodySkeletonFBModifier and TypeMethodDescriptionstatic XrBodySkeletonFB@NotNull XrBodySkeletonFBXrBodySkeletonFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrBodySkeletonFBXrBodySkeletonFB.clone(Arena arena, XrBodySkeletonFB src) XrBodySkeletonFB.jointCount(int value) XrBodySkeletonFB.joints(@Nullable IXrBodySkeletonJointFB value) XrBodySkeletonFB.next(@NotNull MemorySegment value) XrBodySkeletonFB.Ptr.toArray()XrBodySkeletonFB.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrBodySkeletonFBModifier and TypeMethodDescription@NotNull Iterator<XrBodySkeletonFB> XrBodySkeletonFB.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrBodySkeletonFBModifier and TypeMethodDescriptionstatic XrBodySkeletonFBXrBodySkeletonFB.clone(Arena arena, XrBodySkeletonFB src) voidXrBodySkeletonFB.Ptr.write(long index, @NotNull XrBodySkeletonFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrBodySkeletonFBModifier and TypeMethodDescriptionXrBodySkeletonFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrBodySkeletonFB> consumer)