Navigation.Select
Select(Uint, Object, int)
Selects the currently focused UIBlock.
Declaration
public static void Select(uint controlID = 0U, object userData = null, int layerMask = -1)
Parameters
| Type | Name | Description |
|---|---|---|
| Uint | controlID | The unique identifier of the input control generating this Interaction.Update. |
| Object | userData | Any additional data to pass along to the receiver of the current interaction. See UserData. |
| int | layerMask | The gameobject layers to include, defaults to "All Layers". |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentException | If |