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