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 464 of file playground.cpp.
| Enki::AreaActivating::AreaActivating | ( | Robot * | owner, | |
| const Polygone & | activeArea | |||
| ) | [inline] |
Definition at line 471 of file playground.cpp.
| virtual void Enki::AreaActivating::init | ( | double | dt, | |
| World * | w | |||
| ) | [inline, virtual] |
Definition at line 479 of file playground.cpp.
| virtual void Enki::AreaActivating::objectStep | ( | double | dt, | |
| World * | w, | |||
| PhysicalObject * | po | |||
| ) | [inline, virtual] |
Definition at line 484 of file playground.cpp.
Definition at line 467 of file playground.cpp.
| Polygone Enki::AreaActivating::activeArea |
Definition at line 468 of file playground.cpp.