Uses of Record Class
club.doki7.openxr.datatype.XrHandJointLocationsEXT
Packages that use XrHandJointLocationsEXT
-
Uses of XrHandJointLocationsEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrHandJointLocationsEXTModifier and TypeMethodDescriptionint
XR.locateHandJointsEXT
(XrHandTrackerEXT handTracker, XrHandJointsLocateInfoEXT locateInfo, XrHandJointLocationsEXT locations) -
Uses of XrHandJointLocationsEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrHandJointLocationsEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrHandJointLocationsEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHandJointLocationsEXTModifier and TypeMethodDescriptionstatic XrHandJointLocationsEXT
@NotNull XrHandJointLocationsEXT
XrHandJointLocationsEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrHandJointLocationsEXT
XrHandJointLocationsEXT.clone
(Arena arena, XrHandJointLocationsEXT src) XrHandJointLocationsEXT.isActive
(int value) XrHandJointLocationsEXT.jointCount
(int value) XrHandJointLocationsEXT.jointLocations
(@Nullable IXrHandJointLocationEXT value) XrHandJointLocationsEXT.next
(@NotNull MemorySegment value) XrHandJointLocationsEXT.Ptr.toArray()
XrHandJointLocationsEXT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrHandJointLocationsEXTModifier and TypeMethodDescription@NotNull Iterator
<XrHandJointLocationsEXT> XrHandJointLocationsEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrHandJointLocationsEXTModifier and TypeMethodDescriptionstatic XrHandJointLocationsEXT
XrHandJointLocationsEXT.clone
(Arena arena, XrHandJointLocationsEXT src) void
XrHandJointLocationsEXT.Ptr.write
(long index, @NotNull XrHandJointLocationsEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrHandJointLocationsEXTModifier and TypeMethodDescriptionXrHandJointLocationsEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrHandJointLocationsEXT> consumer)