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