Uses of Record Class
club.doki7.openxr.datatype.XrBodySkeletonHTC
Packages that use XrBodySkeletonHTC
-
Uses of XrBodySkeletonHTC in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrBodySkeletonHTCModifier and TypeMethodDescriptionint
XR.getBodySkeletonHTC
(XrBodyTrackerHTC bodyTracker, XrSpace baseSpace, int skeletonGenerationId, XrBodySkeletonHTC skeleton) -
Uses of XrBodySkeletonHTC in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrBodySkeletonHTCModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrBodySkeletonHTC
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodySkeletonHTCModifier and TypeMethodDescriptionstatic XrBodySkeletonHTC
@NotNull XrBodySkeletonHTC
XrBodySkeletonHTC.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrBodySkeletonHTC
XrBodySkeletonHTC.clone
(Arena arena, XrBodySkeletonHTC src) XrBodySkeletonHTC.jointCount
(int value) XrBodySkeletonHTC.joints
(@Nullable IXrBodySkeletonJointHTC value) XrBodySkeletonHTC.next
(@NotNull MemorySegment value) XrBodySkeletonHTC.Ptr.toArray()
XrBodySkeletonHTC.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrBodySkeletonHTCModifier and TypeMethodDescription@NotNull Iterator
<XrBodySkeletonHTC> XrBodySkeletonHTC.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrBodySkeletonHTCModifier and TypeMethodDescriptionstatic XrBodySkeletonHTC
XrBodySkeletonHTC.clone
(Arena arena, XrBodySkeletonHTC src) void
XrBodySkeletonHTC.Ptr.write
(long index, @NotNull XrBodySkeletonHTC value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrBodySkeletonHTCModifier and TypeMethodDescriptionXrBodySkeletonHTC.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBodySkeletonHTC> consumer)