Method SetActive
SetActive<T>(T)
Sets the active element of the selection.
Declaration
public static void SetActive<T>(T element) where T : ISelectableElement
Parameters
Type | Name | Description |
---|---|---|
T | element | The ISelectableElement to set as the active element. |
Type Parameters
Name | Description |
---|---|
T |