Uses of Record Class
club.doki7.openxr.datatype.XrHandTrackerCreateInfoEXT
Packages that use XrHandTrackerCreateInfoEXT
-
Uses of XrHandTrackerCreateInfoEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrHandTrackerCreateInfoEXTModifier and TypeMethodDescriptionintXR.createHandTrackerEXT(XrSession session, XrHandTrackerCreateInfoEXT createInfo, XrHandTrackerEXT.Ptr handTracker) -
Uses of XrHandTrackerCreateInfoEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrHandTrackerCreateInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrHandTrackerCreateInfoEXTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrHandTrackerCreateInfoEXTModifier and TypeMethodDescriptionstatic XrHandTrackerCreateInfoEXT@NotNull XrHandTrackerCreateInfoEXTXrHandTrackerCreateInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrHandTrackerCreateInfoEXTXrHandTrackerCreateInfoEXT.clone(Arena arena, XrHandTrackerCreateInfoEXT src) XrHandTrackerCreateInfoEXT.hand(int value) XrHandTrackerCreateInfoEXT.handJointSet(int value) XrHandTrackerCreateInfoEXT.next(@NotNull MemorySegment value) XrHandTrackerCreateInfoEXT.Ptr.toArray()XrHandTrackerCreateInfoEXT.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrHandTrackerCreateInfoEXTModifier and TypeMethodDescription@NotNull Iterator<XrHandTrackerCreateInfoEXT> XrHandTrackerCreateInfoEXT.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrHandTrackerCreateInfoEXTModifier and TypeMethodDescriptionstatic XrHandTrackerCreateInfoEXTXrHandTrackerCreateInfoEXT.clone(Arena arena, XrHandTrackerCreateInfoEXT src) voidXrHandTrackerCreateInfoEXT.Ptr.write(long index, @NotNull XrHandTrackerCreateInfoEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrHandTrackerCreateInfoEXTModifier and TypeMethodDescriptionXrHandTrackerCreateInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull XrHandTrackerCreateInfoEXT> consumer)