Get
Retrieves the conditions nested in this group.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
Get()
Retrieves the conditions nested in this group.
IEnumerable<ICondition> Get()
Returns
Type | Description |
|---|---|
| IEnumerable<ICondition> | The nested conditions, in the order they appear in the group. |
Get(int)
Retrieves the condition at the specified index.
ICondition Get(int index)
Parameters
The zero-based index of the condition to retrieve.
Returns
Type | Description |
|---|---|
| ICondition | The condition at the specified index. |
Remarks
Throws ArgumentOutOfRangeException when the index is less than 0 or greater thanor equal to IGroupCondition.Count