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 TypeMethodDescriptionint
XR.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 record
Represents a pointer to / an array ofXrBodySkeletonFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodySkeletonFBModifier and TypeMethodDescriptionstatic XrBodySkeletonFB
@NotNull XrBodySkeletonFB
XrBodySkeletonFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrBodySkeletonFB
XrBodySkeletonFB.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 XrBodySkeletonFB
XrBodySkeletonFB.clone
(Arena arena, XrBodySkeletonFB src) void
XrBodySkeletonFB.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)