Uses of Record Class
club.doki7.openxr.datatype.XrBodyJointLocationsBD
Packages that use XrBodyJointLocationsBD
-
Uses of XrBodyJointLocationsBD in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrBodyJointLocationsBDModifier and TypeMethodDescriptionint
XR.locateBodyJointsBD
(XrBodyTrackerBD bodyTracker, XrBodyJointsLocateInfoBD locateInfo, XrBodyJointLocationsBD locations) -
Uses of XrBodyJointLocationsBD in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrBodyJointLocationsBDModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrBodyJointLocationsBD
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodyJointLocationsBDModifier and TypeMethodDescriptionXrBodyJointLocationsBD.allJointPosesTracked
(int value) static XrBodyJointLocationsBD
@NotNull XrBodyJointLocationsBD
XrBodyJointLocationsBD.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrBodyJointLocationsBD
XrBodyJointLocationsBD.clone
(Arena arena, XrBodyJointLocationsBD src) XrBodyJointLocationsBD.jointLocationCount
(int value) XrBodyJointLocationsBD.jointLocations
(@Nullable IXrBodyJointLocationBD value) XrBodyJointLocationsBD.next
(@NotNull MemorySegment value) XrBodyJointLocationsBD.Ptr.toArray()
XrBodyJointLocationsBD.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrBodyJointLocationsBDModifier and TypeMethodDescription@NotNull Iterator
<XrBodyJointLocationsBD> XrBodyJointLocationsBD.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrBodyJointLocationsBDModifier and TypeMethodDescriptionstatic XrBodyJointLocationsBD
XrBodyJointLocationsBD.clone
(Arena arena, XrBodyJointLocationsBD src) void
XrBodyJointLocationsBD.Ptr.write
(long index, @NotNull XrBodyJointLocationsBD value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrBodyJointLocationsBDModifier and TypeMethodDescriptionXrBodyJointLocationsBD.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBodyJointLocationsBD> consumer)