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 record
Represents a pointer to / an array ofXrBodySkeletonJointHTC
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodySkeletonJointHTCModifier and TypeMethodDescriptionstatic XrBodySkeletonJointHTC
@NotNull XrBodySkeletonJointHTC
XrBodySkeletonJointHTC.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrBodySkeletonJointHTC
XrBodySkeletonJointHTC.clone
(Arena arena, XrBodySkeletonJointHTC src) @Nullable XrBodySkeletonJointHTC
XrBodySkeletonHTC.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 XrBodySkeletonJointHTC
XrBodySkeletonJointHTC.clone
(Arena arena, XrBodySkeletonJointHTC src) void
XrBodySkeletonJointHTC.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)