#include <World.hpp>
List of all members.
Public Member Functions |
| virtual | ~World () |
|
| virtual void | Update (const Time &dt) |
| | Makes the object evolve for one frame of the game.
|
| virtual | ~IUpdateable () |
Detailed Description
Definition at line 11 of file World.hpp.
Constructor & Destructor Documentation
Member Function Documentation
| yap::World::DISALLOW_COPY |
( |
World |
| ) |
|
|
private |
| void yap::World::HandleUpdate |
( |
const Time & |
dt | ) |
|
|
protectedvirtual |
| void yap::World::Update |
( |
const Time & |
dt | ) |
|
|
virtual |
Makes the object evolve for one frame of the game.
- Parameters:
-
| dt | Delta time since the last frame. |
Implements yap::IUpdateable.
Definition at line 13 of file World.cpp.
The documentation for this class was generated from the following files:
- G:/YAPOG/YAPOG/YAPOG/include/YAPOG/Game/World/World.hpp
- G:/YAPOG/YAPOG/YAPOG/src/YAPOG/Game/World/World.cpp