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