Simulant  21.12-574
A portable game engine for Windows, OSX, Linux, Dreamcast, and PSP
Public Member Functions | List of all members
smlt::Updateable Class Reference

The Updateable class. More...

#include <updateable.h>

Inheritance diagram for smlt::Updateable:
smlt::Behaviour smlt::Material smlt::StageManager smlt::StageNode smlt::Texture smlt::behaviours::StageNodeBehaviour smlt::BehaviourWithInput smlt::MaterialBehaviour smlt::SceneBase smlt::Actor smlt::ContainerNode smlt::Geom smlt::MeshInstancer smlt::ParticleSystem

Public Member Functions

virtual void _update_thunk (float dt)
 
virtual void _late_update_thunk (float dt)
 
virtual void _fixed_update_thunk (float step)
 

Detailed Description

The Updateable class.

Any object that can be updated using a deltatime value


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