Interface ISelection<T>
Assembly: Unity.2D.Path.Editor.dll
Syntax
public interface ISelection<T>
Type Parameters
Properties
Count
Declaration
Property Value
activeElement
Declaration
T activeElement { get; set; }
Property Value
elements
Declaration
T[] elements { get; set; }
Property Value
Methods
BeginSelection()
Declaration
Clear()
Declaration
Contains(T)
Declaration
Parameters
Type |
Name |
Description |
T |
element |
|
Returns
EndSelection(bool)
Declaration
void EndSelection(bool select)
Parameters
Type |
Name |
Description |
bool |
select |
|
Select(T, bool)
Declaration
bool Select(T element, bool select)
Parameters
Type |
Name |
Description |
T |
element |
|
bool |
select |
|
Returns