Arcade
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
GameAPI.BudgetBoy.IUpdatable Interface Reference

Interface for types that can be added to a Stage and automatically updated each frame. More...

Inheritance diagram for GameAPI.BudgetBoy.IUpdatable:
GameAPI.BudgetBoy.Entity

Public Member Functions

void Update (double dt)
 Called once per frame while the Stage containing this IUpdatable is active. More...
 

Detailed Description

Interface for types that can be added to a Stage and automatically updated each frame.

Member Function Documentation

void GameAPI.BudgetBoy.IUpdatable.Update ( double  dt)

Called once per frame while the Stage containing this IUpdatable is active.

Parameters
dtTime since the previous Update() call, in seconds.

Implemented in GameAPI.BudgetBoy.Entity.