Click or drag to resize
GeonBitMain Methods

The GeonBitMain type exposes the following members.

Methods
  NameDescription
Public methodDraw
Draw everything. Note: need to be called after clearing the device.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initialize engine.
Public methodRegisterManager
Register a manager class. Note: must be called before calling Initialize().
Public methodRun
Run GeonBit engine. Call this function from your program Main() function, with the implementation of your GeonBitGame class.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Do per-frame events (call this inside your Update() function).
Top
See Also