Class ControllerBase
public abstract class ControllerBase : IDisposable
- Inheritance
-
ControllerBase
- Implements
- Derived
- Inherited Members
Constructors
ControllerBase(Game)
public ControllerBase(Game game)
Parameters
game
Game
Properties
Game
Gets or sets game attached to a specific controller operation.
public Game Game { get; set; }
Property Value
Name
Gets or sets controller name.
public string Name { get; set; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public virtual void Dispose()