Method Initialize
Initialize(SystemGraphComponent, SystemGraphObject)
Initialize this scheduler component.
Declaration
public bool Initialize(SystemGraphComponent owner, SystemGraphObject graphRuntime)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemGraphComponent | owner | SystemGraphComponent that owns this scheduler. |
| SystemGraphObject | graphRuntime | Graph runtime data to schedule. |
Returns
| Type | Description |
|---|---|
| bool | True on success. |