GetNodeComponents
GetNodeComponents(Type, List<NodeComponent>, bool)
public void GetNodeComponents(Type componentType, List<NodeComponent> components, bool includeInactiveFunctions) ;
Description
Stores the found NodeComponent in a components by specifying the type.
Parameters
| Parameter Name | Description |
|---|---|
| componentType | Component type |
| components | A list to store the found NodeComponent |
| includeInactiveFunctions | Whether to also include inactive function graph components. |
GetNodeComponents<T>(List<T>, bool)
Description
Stores the found NodeComponent in a components by specifying the type.
Type Parameters
| Type Parameter Name | Description | Type Constraints |
|---|---|---|
| T | Component type |
|
Parameters
| Parameter Name | Description |
|---|---|
| components | A list to store the found NodeComponent |
| includeInactiveFunctions | Whether to also include inactive function graph components. |