#include <attributes.h>
Public Types | |
| enum class | Appearence { None , Color , Result , Texture } |
Public Member Functions | |
| Attributes () | |
| virtual | ~Attributes () |
| const std::string & | type () const |
Public Attributes | |
| bool | visible |
| Appearence | appearence |
| std::string | scalar |
| std::string | vector |
| std::string | offset |
| std::shared_ptr< Color3f > | color |
Protected Attributes | |
| std::string | m_type |
|
strong |
| cil::Attributes::Attributes | ( | ) |
|
virtual |
| const std::string & cil::Attributes::type | ( | ) | const |
| Appearence cil::Attributes::appearence |
| std::shared_ptr<Color3f> cil::Attributes::color |
|
protected |
| std::string cil::Attributes::offset |
| std::string cil::Attributes::scalar |
| std::string cil::Attributes::vector |
| bool cil::Attributes::visible |