Unravel Engine C++ Reference
|
#include <assao_component.h>
Public Attributes | |
bool | enabled = true |
Whether ASSAO is enabled. | |
assao_pass::settings | settings {} |
ASSAO settings. | |
![]() | |
bool | eto {} |
Disable empty type optimizations. | |
Additional Inherited Members | |
![]() | |
using | base |
![]() | |
void | touch () |
Marks the component as 'touched'. | |
![]() | |
static constexpr bool | in_place_delete |
Indicates if the component can be deleted in place. | |
Definition at line 8 of file assao_component.h.
bool unravel::assao_component::enabled = true |
Whether ASSAO is enabled.
Definition at line 12 of file assao_component.h.
assao_pass::settings unravel::assao_component::settings {} |
ASSAO settings.
Definition at line 15 of file assao_component.h.