Antkeeper
0.0.1
|
#include <scene-component.hpp>
Public Attributes | |
std::shared_ptr< scene::object_base > | object |
std::uint8_t | layer_mask {0b00000001} |
Definition at line 27 of file scene-component.hpp.
std::uint8_t scene_component::layer_mask {0b00000001} |
Definition at line 30 of file scene-component.hpp.
std::shared_ptr<scene::object_base> scene_component::object |
Definition at line 29 of file scene-component.hpp.