GetNodeComponents

GetNodeComponents(Type, List<NodeComponent>)

public void GetNodeComponents(Type componentType, List<NodeComponent> components) ;

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
  • class

Parameters

Parameter Name Description
components A list to store the found NodeComponent