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