Uses of Record Class
club.doki7.openxr.datatype.XrBodyJointLocationHTC
Packages that use XrBodyJointLocationHTC
-
Uses of XrBodyJointLocationHTC in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrBodyJointLocationHTCModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrBodyJointLocationHTC
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodyJointLocationHTCModifier and TypeMethodDescriptionstatic XrBodyJointLocationHTC
@NotNull XrBodyJointLocationHTC
XrBodyJointLocationHTC.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrBodyJointLocationHTC
XrBodyJointLocationHTC.clone
(Arena arena, XrBodyJointLocationHTC src) @Nullable XrBodyJointLocationHTC
XrBodyJointLocationsHTC.jointLocations()
XrBodyJointLocationHTC.locationFlags
(long value) XrBodyJointLocationHTC.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type XrBodyJointLocationHTCModifier and TypeMethodDescription@NotNull Iterator
<XrBodyJointLocationHTC> XrBodyJointLocationHTC.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrBodyJointLocationHTCModifier and TypeMethodDescriptionstatic XrBodyJointLocationHTC
XrBodyJointLocationHTC.clone
(Arena arena, XrBodyJointLocationHTC src) void
XrBodyJointLocationHTC.Ptr.write
(long index, @NotNull XrBodyJointLocationHTC value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrBodyJointLocationHTCModifier and TypeMethodDescriptionXrBodyJointLocationHTC.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBodyJointLocationHTC> consumer)