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