Create
Create(GameObject, Type)
Description
Create NodeGraph
Parameters
Parameter Name | Description |
---|---|
gameObject | GameObject |
classType | NodeGraph type |
Returns
The created NodeGraph
Create<GraphType>(GameObject)
public static GraphType Create<GraphType>(GameObject gameObject) ;
Description
Create NodeGraph
Type Parameters
Type Parameter Name | Description | Type Constraints |
---|---|---|
GraphType | NodeGraph type |
Parameters
Parameter Name | Description |
---|---|
gameObject | GameObject |
Returns
The created NodeGraph