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