IRapidService MembersRapidGame Class Library

[This is preliminary documentation and is subject to change.]

The IRapidService type exposes the following members.

Methods

  NameDescription
Public methodDraw
Over-ridable Normal XNA Draw function. For more information please refer to XNA Documentation
Public methodInit
Over-ridable XNA Init function which is called after the Engine is set (so full engine access can be given in this function)
Remarks

Note: Services will probably never need an actual Load(), but Init() can serve that purpose
Public methodUpdate
Over-ridable Normal XNA Update function. For more information please refer to XNA Documentation
Top
See Also