UI.IsInteracting
static bool IsInteracting(Handed hand)
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.
Handed hand | Which hand is interacting? |
RETURNS: bool | True if the hand has an active or focused UI element. False otherwise. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!