Bubba-3D  0.9.0
Awesome game engine!
Public Member Functions | Protected Attributes | List of all members
IComponent Class Referenceabstract
Inheritance diagram for IComponent:
Camera IRenderComponent MoveComponent PerspectiveCamera HudRenderer ParticleGenerator SkyBoxRenderer StandardRenderer

Public Member Functions

virtual void update (float dt)=0
 
void bind (GameObject *owner)
 
virtual void beforeCollision (GameObject *collider)
 
virtual void duringCollision (GameObject *collider)
 
virtual void afterCollision (GameObject *collider)
 
virtual void onDeath ()
 

Protected Attributes

GameObjectowner
 

Detailed Description

Definition at line 25 of file IComponent.h.


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