|
Unravel Engine C++ Reference
|
#include <ssil_component.h>
Static Public Member Functions | |
| static void | merge_into (ssil_pass::ssil_settings &result, const ssil_pass::ssil_settings &from, float contribution, bool is_first) |
Public Attributes | |
| bool | enabled = true |
| ssil_pass::ssil_settings | settings {} |
Public Attributes inherited from unravel::basic_component | |
| bool | eto {} |
| Disable empty type optimizations. | |
Additional Inherited Members | |
Public Types inherited from unravel::component_crtp< ssil_component > | |
| using | base |
Public Member Functions inherited from unravel::basic_component | |
| void | touch () |
| Marks the component as 'touched'. | |
Static Public Attributes inherited from unravel::component_crtp< ssil_component > | |
| static constexpr bool | in_place_delete |
| Indicates if the component can be deleted in place. | |
Definition at line 10 of file ssil_component.h.
|
inlinestatic |
Definition at line 16 of file ssil_component.h.
| bool unravel::ssil_component::enabled = true |
Definition at line 13 of file ssil_component.h.
| ssil_pass::ssil_settings unravel::ssil_component::settings {} |
Definition at line 14 of file ssil_component.h.