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