Tells if the user is currently interacting with a UI element! This will be true if the hand has an active or focused UI element. Which hand is interacting? True if the hand has an active or focused UI element. False otherwise.
(Handed hand)
| 198 | /// <returns>True if the hand has an active or focused UI element. |
| 199 | /// False otherwise.</returns> |
| 200 | public static bool IsInteracting(Handed hand) |
| 201 | => NativeAPI.ui_is_interacting(hand); |
| 202 | |
| 203 | /// <summary>This allows you to explicitly set a theme color, for finer |
| 204 | /// grained control over the UI appearance. Each theme type is still |