Uses of Record Class
club.doki7.openxr.handle.XrBodyTrackerFB
Packages that use XrBodyTrackerFB
-
Uses of XrBodyTrackerFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrBodyTrackerFBModifier and TypeMethodDescriptionint
XR.destroyBodyTrackerFB
(XrBodyTrackerFB bodyTracker) int
XR.getBodySkeletonFB
(XrBodyTrackerFB bodyTracker, XrBodySkeletonFB skeleton) int
XR.locateBodyJointsFB
(XrBodyTrackerFB bodyTracker, XrBodyJointsLocateInfoFB locateInfo, XrBodyJointLocationsFB locations) -
Uses of XrBodyTrackerFB in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrBodyTrackerFBModifier and TypeClassDescriptionstatic final record
Represents a pointer toXrBodyTrackerFB
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrBodyTrackerFBModifier and TypeMethodDescription@Nullable XrBodyTrackerFB
XrBodyTrackerFB.Ptr.read()
@Nullable XrBodyTrackerFB
XrBodyTrackerFB.Ptr.read
(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrBodyTrackerFBModifier and TypeMethodDescription@NotNull Iterator
<XrBodyTrackerFB> XrBodyTrackerFB.Ptr.iterator()
Methods in club.doki7.openxr.handle with parameters of type XrBodyTrackerFBModifier and TypeMethodDescriptionstatic XrBodyTrackerFB.Ptr
XrBodyTrackerFB.Ptr.allocate
(Arena arena, @Nullable XrBodyTrackerFB @NotNull [] values) static XrBodyTrackerFB.Ptr
XrBodyTrackerFB.Ptr.allocateV
(Arena arena, @Nullable XrBodyTrackerFB value0, @Nullable XrBodyTrackerFB... values) void
XrBodyTrackerFB.Ptr.write
(long index, @Nullable XrBodyTrackerFB value) void
XrBodyTrackerFB.Ptr.write
(@Nullable XrBodyTrackerFB value) void
XrBodyTrackerFB.Ptr.write
(@Nullable XrBodyTrackerFB[] values) void
XrBodyTrackerFB.Ptr.writeV
(@Nullable XrBodyTrackerFB value0, @Nullable XrBodyTrackerFB... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrBodyTrackerFBModifier and TypeMethodDescriptionstatic XrBodyTrackerFB.Ptr
XrBodyTrackerFB.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrBodyTrackerFB> values)