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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrBodyJointsLocateInfoFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodyJointsLocateInfoFBModifier and TypeMethodDescriptionstatic XrBodyJointsLocateInfoFB@NotNull XrBodyJointsLocateInfoFBXrBodyJointsLocateInfoFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrBodyJointsLocateInfoFBXrBodyJointsLocateInfoFB.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 XrBodyJointsLocateInfoFBXrBodyJointsLocateInfoFB.clone(Arena arena, XrBodyJointsLocateInfoFB src) voidXrBodyJointsLocateInfoFB.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)