[This is preliminary documentation and is subject to change.]
The IRapidService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Draw |
Over-ridable Normal XNA Draw function.
For more information please refer to XNA Documentation | |
| Init |
Over-ridable XNA Init function which is called after the Engine is set (so full engine access can be given in this function)
Remarks | |
| Update |
Over-ridable Normal XNA Update function.
For more information please refer to XNA Documentation |
See Also