SO3Engine
|
represents a material More...
#include <OgreNewt_MaterialID.h>
Public Member Functions | |
MaterialID (const World *world) | |
constructor | |
~MaterialID () | |
destructor | |
int | getID () const |
get Newton-assigned material ID. | |
Protected Member Functions | |
MaterialID (const World *world, int ID) | |
Friends | |
class | OgreNewt::World |
represents a material
Definition at line 24 of file OgreNewt_MaterialID.h.
OgreNewt::MaterialID::MaterialID | ( | const World * | world | ) |
constructor
Definition at line 9 of file OgreNewt_MaterialID.cpp.
OgreNewt::MaterialID::~MaterialID | ( | ) |
destructor
Definition at line 22 of file OgreNewt_MaterialID.cpp.
|
protected |
Overloaded constructor, sets the internal ID manually. should not be used by the end-user.
Definition at line 15 of file OgreNewt_MaterialID.cpp.
|
inline |
get Newton-assigned material ID.
Definition at line 38 of file OgreNewt_MaterialID.h.
|
friend |
Definition at line 42 of file OgreNewt_MaterialID.h.