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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrBodyJointLocationsFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodyJointLocationsFBModifier and TypeMethodDescriptionstatic XrBodyJointLocationsFB@NotNull XrBodyJointLocationsFBXrBodyJointLocationsFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrBodyJointLocationsFBXrBodyJointLocationsFB.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 XrBodyJointLocationsFBXrBodyJointLocationsFB.clone(Arena arena, XrBodyJointLocationsFB src) voidXrBodyJointLocationsFB.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)