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 recordRepresents a pointer to / an array ofXrBodyJointLocationHTCstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodyJointLocationHTCModifier and TypeMethodDescriptionstatic XrBodyJointLocationHTC@NotNull XrBodyJointLocationHTCXrBodyJointLocationHTC.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrBodyJointLocationHTCXrBodyJointLocationHTC.clone(Arena arena, XrBodyJointLocationHTC src) @Nullable XrBodyJointLocationHTCXrBodyJointLocationsHTC.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 XrBodyJointLocationHTCXrBodyJointLocationHTC.clone(Arena arena, XrBodyJointLocationHTC src) voidXrBodyJointLocationHTC.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)