Method | Description | |
---|---|---|
Draw ( |
Draws this component.
|
|
Initialise ( |
Initialised this renderer component. Here, components may validate that required inputs are available, and define their output. |
Method | Description | |
---|---|---|
GetResource ( string name ) : |
Gets a named resource.
|
|
Output ( string name, |
Outputs a resource.
|
public abstract Draw ( |
||
renderer | The renderer | |
return | void |
protected GetResource ( string name ) : |
||
name | string | The name of the resource. |
return |
public Initialise ( |
||
renderer | The renderer. | |
context | The resource context containing environment information and providing means to define inputs and outputs. | |
return | void |
protected Output ( string name, |
||
name | string | The name of the resource. |
resource | The resource. | |
return | void |