Render component that determines visibility. More...
#include <components.hpp>
Public Member Functions | |
| RenderComponent (bool vis) | |
| Constructor for render component. | |
Public Attributes | |
| bool | visible |
Render component that determines visibility.
Definition at line 101 of file components.hpp.
|
inline |
Constructor for render component.
| vis | Initial visibility state. |
Definition at line 107 of file components.hpp.
| bool Raftel::RenderComponent::visible |
Visibility flag.
Definition at line 102 of file components.hpp.