Uses of Record Class
club.doki7.openxr.datatype.XrBodySkeletonJointHTC
Packages that use XrBodySkeletonJointHTC
-
Uses of XrBodySkeletonJointHTC in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrBodySkeletonJointHTCModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrBodySkeletonJointHTCstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodySkeletonJointHTCModifier and TypeMethodDescriptionstatic XrBodySkeletonJointHTC@NotNull XrBodySkeletonJointHTCXrBodySkeletonJointHTC.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrBodySkeletonJointHTCXrBodySkeletonJointHTC.clone(Arena arena, XrBodySkeletonJointHTC src) @Nullable XrBodySkeletonJointHTCXrBodySkeletonHTC.joints()XrBodySkeletonJointHTC.Ptr.toArray()Methods in club.doki7.openxr.datatype that return types with arguments of type XrBodySkeletonJointHTCModifier and TypeMethodDescription@NotNull Iterator<XrBodySkeletonJointHTC> XrBodySkeletonJointHTC.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrBodySkeletonJointHTCModifier and TypeMethodDescriptionstatic XrBodySkeletonJointHTCXrBodySkeletonJointHTC.clone(Arena arena, XrBodySkeletonJointHTC src) voidXrBodySkeletonJointHTC.Ptr.write(long index, @NotNull XrBodySkeletonJointHTC value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrBodySkeletonJointHTCModifier and TypeMethodDescriptionXrBodySkeletonJointHTC.Ptr.at(long index, @NotNull Consumer<@NotNull XrBodySkeletonJointHTC> consumer)