RigsofRods
Soft-body Physics Simulation
|
#include <OverlayWrapper.h>
Public Member Functions | |
void | Setup (std::string const &elem_name, std::string const &mat_on, std::string const &mat_off) |
void | SetActive (bool value) |
Data Fields | |
Ogre::OverlayElement * | element |
Ogre::MaterialPtr | on_material |
Ogre::MaterialPtr | off_material |
Definition at line 47 of file OverlayWrapper.h.
void AeroSwitchOverlay::SetActive | ( | bool | value | ) |
Definition at line 1059 of file OverlayWrapper.cpp.
void AeroSwitchOverlay::Setup | ( | std::string const & | elem_name, |
std::string const & | mat_on, | ||
std::string const & | mat_off | ||
) |
Definition at line 1064 of file OverlayWrapper.cpp.
Ogre::OverlayElement* RoR::AeroSwitchOverlay::element |
Definition at line 52 of file OverlayWrapper.h.
Ogre::MaterialPtr RoR::AeroSwitchOverlay::off_material |
Definition at line 54 of file OverlayWrapper.h.
Ogre::MaterialPtr RoR::AeroSwitchOverlay::on_material |
Definition at line 53 of file OverlayWrapper.h.