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