Uses of Record Class
club.doki7.openxr.datatype.XrBodyJointLocationsFB
Packages that use XrBodyJointLocationsFB
-
Uses of XrBodyJointLocationsFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrBodyJointLocationsFBModifier and TypeMethodDescriptionint
XR.locateBodyJointsFB
(XrBodyTrackerFB bodyTracker, XrBodyJointsLocateInfoFB locateInfo, XrBodyJointLocationsFB locations) -
Uses of XrBodyJointLocationsFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrBodyJointLocationsFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrBodyJointLocationsFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodyJointLocationsFBModifier and TypeMethodDescriptionstatic XrBodyJointLocationsFB
@NotNull XrBodyJointLocationsFB
XrBodyJointLocationsFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrBodyJointLocationsFB
XrBodyJointLocationsFB.clone
(Arena arena, XrBodyJointLocationsFB src) XrBodyJointLocationsFB.confidence
(float value) XrBodyJointLocationsFB.isActive
(int value) XrBodyJointLocationsFB.jointCount
(int value) XrBodyJointLocationsFB.jointLocations
(@Nullable IXrBodyJointLocationFB value) XrBodyJointLocationsFB.next
(@NotNull MemorySegment value) XrBodyJointLocationsFB.skeletonChangedCount
(int value) XrBodyJointLocationsFB.time
(long value) XrBodyJointLocationsFB.Ptr.toArray()
XrBodyJointLocationsFB.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrBodyJointLocationsFBModifier and TypeMethodDescription@NotNull Iterator
<XrBodyJointLocationsFB> XrBodyJointLocationsFB.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrBodyJointLocationsFBModifier and TypeMethodDescriptionstatic XrBodyJointLocationsFB
XrBodyJointLocationsFB.clone
(Arena arena, XrBodyJointLocationsFB src) void
XrBodyJointLocationsFB.Ptr.write
(long index, @NotNull XrBodyJointLocationsFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrBodyJointLocationsFBModifier and TypeMethodDescriptionXrBodyJointLocationsFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBodyJointLocationsFB> consumer)