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