TriEngine  v0.0.16
General-purpose engine in C#/OpenGL
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Package TriDevs.TriEngine.Interfaces

Classes

interface  IDrawable
 Implements a simple draw method. More...
 
interface  IDrawableGameComponent
 A game component that can be added to GameState objects. Drawable game components also implement a draw method to draw themselves to screen. More...
 
interface  IGameComponent
 A game component that can be added to IGameState objects. More...
 
interface  IUpdatable
 Implements a simple update method. More...