|
SO3Engine
|
SO3::SMaterialID Class Reference
#include <SO3MaterialID.h>
Inheritance diagram for SO3::SMaterialID:
Public Member Functions | |
| SMaterialID (SScene *scene, const std::string &materialIdName) | |
| ~SMaterialID () | |
| OgreNewt::MaterialID * | getOgreNewtMaterialID () |
| int | getID () |
| SScene * | GetParentScene () |
| SPhysicWorld * | GetParentWorld () |
Public Member Functions inherited from SO3::SData | |
| SData (const std::string &dataName) | |
| virtual | ~SData () |
| std::string | GetName () const |
| SUserObjectBindings & | GetUserObjectBindings () |
| const SUserObjectBindings & | GetUserObjectBindings () const |
Protected Attributes | |
| OgreNewt::MaterialID * | O3MaterialID |
| SScene * | mScene |
| SPhysicWorld * | mWorld |
Protected Attributes inherited from SO3::SData | |
| std::string | name |
Detailed Description
Definition at line 44 of file SO3MaterialID.h.
Constructor & Destructor Documentation
◆ SMaterialID()
| SO3::SMaterialID::SMaterialID | ( | SScene * | scene, |
| const std::string & | materialIdName | ||
| ) |
Definition at line 15 of file SO3MaterialID.cpp.
◆ ~SMaterialID()
| SO3::SMaterialID::~SMaterialID | ( | ) |
Definition at line 27 of file SO3MaterialID.cpp.
Member Function Documentation
◆ getID()
| int SO3::SMaterialID::getID | ( | ) |
Definition at line 37 of file SO3MaterialID.cpp.
◆ getOgreNewtMaterialID()
| OgreNewt::MaterialID * SO3::SMaterialID::getOgreNewtMaterialID | ( | ) |
Definition at line 32 of file SO3MaterialID.cpp.
◆ GetParentScene()
| SScene * SO3::SMaterialID::GetParentScene | ( | ) |
Definition at line 42 of file SO3MaterialID.cpp.
◆ GetParentWorld()
| SPhysicWorld * SO3::SMaterialID::GetParentWorld | ( | ) |
Definition at line 47 of file SO3MaterialID.cpp.
Member Data Documentation
◆ mScene
|
protected |
Definition at line 49 of file SO3MaterialID.h.
◆ mWorld
|
protected |
Definition at line 50 of file SO3MaterialID.h.
◆ O3MaterialID
|
protected |
Definition at line 48 of file SO3MaterialID.h.
The documentation for this class was generated from the following files:
- include/SO3PhysicGraph/SO3MaterialID.h
- src/SO3PhysicGraph/SO3MaterialID.cpp
Generated by
Public Member Functions inherited from