Interface ISelection
Assembly: UnityEditor.dll
Syntax
public interface ISelection
Properties
|
Improve this Doc
View Source
selection
Declaration
List<ISelectable> selection { get; }
Property Value
Methods
|
Improve this Doc
View Source
AddToSelection(ISelectable)
Declaration
void AddToSelection(ISelectable selectable)
Parameters
|
Improve this Doc
View Source
ClearSelection()
Declaration
|
Improve this Doc
View Source
RemoveFromSelection(ISelectable)
Declaration
void RemoveFromSelection(ISelectable selectable)
Parameters
Extension Methods