[This is preliminary documentation and is subject to change.]
The RapidService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RapidService | Initializes a new instance of the RapidService class |
Methods
Name | Description | |
---|---|---|
![]() | Draw |
Over-ridable Normal XNA Draw function.
For more information please refer to XNA Documentation |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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 |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update |
Over-ridable Normal XNA Update function.
For more information please refer to XNA Documentation |
Fields
Name | Description | |
---|---|---|
![]() | DrawEnabled |
DrawEnabled: tells RapidEngine if this Service needs to draw anything
|
![]() | Engine |
Engine instance for the Service to use
|
See Also