Property | Type | Description | |
---|---|---|---|
afterTypes | List |
||
beforeTypes | List |
||
executionIndex | int | ||
incomingEdgeCount | int | ||
nodeType | NodeType | ||
types | List |
Method | Description | |
---|---|---|
Node ( Type type, int executionIndex, NodeType nodeType ) : UnityEngine | ||
ToString ( ) : string | ||
tryCombineWith ( Node, other ) : bool |
Method | Description | |
---|---|---|
doesHaveOrderingComparedTo ( Node, other ) : bool |
public Node ( Type type, int executionIndex, NodeType nodeType ) : UnityEngine | ||
type | Type | |
executionIndex | int | |
nodeType | NodeType | |
return | UnityEngine |