GetNodeComponents(Type, List<NodeComponent>)
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 |
GetNodeComponents<T>(List<T>)
public
void GetNodeComponents<T>(
List<T>
components) ;
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 |