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