Method onSelectionChanged
onSelectionChanged(IList<GameObject>)
Called when the selection in the editor changes to validated/check the new selection
Declaration
public override void onSelectionChanged(IList<GameObject> selection)
Parameters
| Type | Name | Description |
|---|---|---|
| IList<GameObject> | selection | The selection that will be the input |