Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Draw ( ) : void |
Draws the service.
|
|
Initialise ( Scene scene ) : void |
Initialises the service
|
|
Update ( float elapsedTime ) : void |
Updates the service for a single frame.
|
Method | Description | |
---|---|---|
Dispose ( bool disposeManagedResources ) : void |
Releases unmanaged and - optionally - managed resources
|
protected Dispose ( bool disposeManagedResources ) : void | ||
disposeManagedResources | bool | |
return | void |
public Initialise ( Scene scene ) : void | ||
scene | Scene | The scene to which this service belongs to. |
return | void |
public Update ( float elapsedTime ) : void | ||
elapsedTime | float | The number of seconds which have elapsed since the previous frame. |
return | void |