Definition of actionMesh class and its derivate class. More...
Go to the source code of this file.
Classes | |
class | actionMesh |
Class containing a mesh who can launched an action when it is clicked, derive from staticMesh. More... | |
class | observationMesh |
Class containing a mesh who can be looked at, derive from actionMesh. More... | |
class | prendreMesh |
Class containing a mesh who can be taken, derive from observationMesh. More... | |
class | animateMesh |
Class containing a mesh who can launched an animation, derive from observationMesh. More... | |
class | persoMesh |
Class containing a mesh representing a person, what mean you can speak to it. More... | |
Enumerations | |
enum | ACTION_TYPE { ACTION_AUCUNE = 0, ACTION_OBSERVER, ACTION_PRENDRE, ACTION_ANIMATE, ACTION_PERSO } |
Enum all the actionMesh type. More... |
Definition of actionMesh class and its derivate class.
Contain actionMesh, observationMesh, prendreMesh, animateMesh definitions.
Definition in file actionMesh.h.
enum ACTION_TYPE |
Enum all the actionMesh type.
Definition at line 29 of file actionMesh.h.