Public Member Functions | |
AreaActivating (Robot *owner, const Polygone &activeArea) | |
virtual void | init (double dt, World *w) |
virtual void | objectStep (double dt, World *w, PhysicalObject *po) |
Public Attributes | |
bool | active |
Polygone | activeArea |
Definition at line 463 of file playground.cpp.
Enki::AreaActivating::AreaActivating | ( | Robot * | owner, |
const Polygone & | activeArea | ||
) | [inline] |
Definition at line 470 of file playground.cpp.
virtual void Enki::AreaActivating::init | ( | double | dt, |
World * | w | ||
) | [inline, virtual] |
Definition at line 478 of file playground.cpp.
virtual void Enki::AreaActivating::objectStep | ( | double | dt, |
World * | w, | ||
PhysicalObject * | po | ||
) | [inline, virtual] |
Definition at line 483 of file playground.cpp.
Definition at line 466 of file playground.cpp.
Polygone Enki::AreaActivating::activeArea |
Definition at line 467 of file playground.cpp.