Loading [MathJax]/extensions/tex2jax.js
Gorgon Game Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Controller Class Referenceabstract

This is the base class for all controllers. More...

Inheritance diagram for Controller:
[legend]

Public Member Functions

 Controller ()
 Default constructor. More...
 
virtual ~Controller ()
 
virtual ControllerType Type () const =0
 Returns the type of the controller. More...
 

Detailed Description

This is the base class for all controllers.

All controller use fluent interface.

Constructor & Destructor Documentation

◆ Controller()

◆ ~Controller()

Member Function Documentation

◆ Type()

virtual ControllerType Type ( ) const
pure virtual

Returns the type of the controller.

Implemented in PositionalController, and BasicController.


The documentation for this class was generated from the following files: