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