RigsofRods
Soft-body Physics Simulation
|
#include <RigDef_File.h>
Data Structures | |
struct | Module |
Public Member Functions | |
Document () | |
Data Fields | |
bool | hide_in_chooser |
bool | enable_advanced_deformation |
bool | slide_nodes_connect_instantly |
bool | rollon |
bool | forward_commands |
bool | import_commands |
bool | lockgroup_default_nolock |
bool | rescuer |
bool | disable_default_sounds |
Ogre::String | name |
std::string | hash |
std::shared_ptr< Module > | root_module |
Required to exist. shared_ptr is used for unified handling with other modules. More... | |
std::map< Ogre::String, std::shared_ptr< Module > > | user_modules |
Definition at line 1477 of file RigDef_File.h.
RigDef::Document::Document | ( | ) |
Definition at line 299 of file RigDef_File.cpp.
bool RigDef::Document::disable_default_sounds |
Definition at line 1575 of file RigDef_File.h.
bool RigDef::Document::enable_advanced_deformation |
Definition at line 1568 of file RigDef_File.h.
bool RigDef::Document::forward_commands |
Definition at line 1571 of file RigDef_File.h.
std::string RigDef::Document::hash |
Definition at line 1579 of file RigDef_File.h.
bool RigDef::Document::hide_in_chooser |
Definition at line 1567 of file RigDef_File.h.
bool RigDef::Document::import_commands |
Definition at line 1572 of file RigDef_File.h.
bool RigDef::Document::lockgroup_default_nolock |
Definition at line 1573 of file RigDef_File.h.
Ogre::String RigDef::Document::name |
Definition at line 1576 of file RigDef_File.h.
bool RigDef::Document::rescuer |
Definition at line 1574 of file RigDef_File.h.
bool RigDef::Document::rollon |
Definition at line 1570 of file RigDef_File.h.
std::shared_ptr<Module> RigDef::Document::root_module |
Required to exist. shared_ptr
is used for unified handling with other modules.
Definition at line 1582 of file RigDef_File.h.
bool RigDef::Document::slide_nodes_connect_instantly |
Definition at line 1569 of file RigDef_File.h.
std::map< Ogre::String, std::shared_ptr<Module> > RigDef::Document::user_modules |
Definition at line 1583 of file RigDef_File.h.