Uses of Record Class
club.doki7.openxr.datatype.XrSystemHandTrackingPropertiesEXT
Packages that use XrSystemHandTrackingPropertiesEXT
-
Uses of XrSystemHandTrackingPropertiesEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSystemHandTrackingPropertiesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSystemHandTrackingPropertiesEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSystemHandTrackingPropertiesEXTModifier and TypeMethodDescription@NotNull XrSystemHandTrackingPropertiesEXT
XrSystemHandTrackingPropertiesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSystemHandTrackingPropertiesEXT.clone
(Arena arena, XrSystemHandTrackingPropertiesEXT src) XrSystemHandTrackingPropertiesEXT.next
(@NotNull MemorySegment value) XrSystemHandTrackingPropertiesEXT.supportsHandTracking
(int value) XrSystemHandTrackingPropertiesEXT.Ptr.toArray()
XrSystemHandTrackingPropertiesEXT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSystemHandTrackingPropertiesEXTModifier and TypeMethodDescription@NotNull Iterator
<XrSystemHandTrackingPropertiesEXT> XrSystemHandTrackingPropertiesEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSystemHandTrackingPropertiesEXTModifier and TypeMethodDescriptionXrSystemHandTrackingPropertiesEXT.clone
(Arena arena, XrSystemHandTrackingPropertiesEXT src) void
XrSystemHandTrackingPropertiesEXT.Ptr.write
(long index, @NotNull XrSystemHandTrackingPropertiesEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSystemHandTrackingPropertiesEXTModifier and TypeMethodDescriptionXrSystemHandTrackingPropertiesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSystemHandTrackingPropertiesEXT> consumer)