Selection Manager
Introduction
foreach(var selected in selectionManager)
{
Debug.Log(selected.name + " is selected");
}Definition
Fields and Attributes
Type
Name
Notes
Events
Selection Changed
Funcitons
Add
Add Range
Remove
Remove All
Clear
Contains
Copy To
Get Enumerator
Last updated