Method Initialize
Initialize(SystemGraphComponent)
Initialize is called by SystemGraphComponent parent to bind the parent to the Node and to call the InternalInitialize event of the node.
Declaration
public void Initialize(SystemGraphComponent parent)
Parameters
Type | Name | Description |
---|---|---|
SystemGraphComponent | parent | The SystemGraphComponent that owns this node |