EffectsBuilder Class
Builder for configuring visual effects components. More...
Declaration
Public Constructors Index
| EffectsBuilder (helios::engine::ecs::GameObject gameObject) | |
|
Constructs an EffectsBuilder for the given GameObject. More... | |
Public Member Functions Index
| helios::engine::builder::gameObject::builders::configs::GfxEffectsConfig | gfx () const |
|
Returns a config for graphics effects setup. More... | |
Private Member Attributes Index
| helios::engine::ecs::GameObject | gameObject_ |
|
Non-owning pointer to the target GameObject. More... | |
Description
Builder for configuring visual effects components.
Provides factory methods for setting up effects like continuous rotation (spin) on a GameObject.
Definition at line 20 of file EffectsBuilder.ixx.
Public Constructors
EffectsBuilder()
| inline explicit |
Constructs an EffectsBuilder for the given GameObject.
- Parameters
-
<a href="/docs/helios/namespaces/helios/engine/builder/gameobject">gameObject</a> Target GameObject to configure.
Definition at line 34 of file EffectsBuilder.ixx.
Public Member Functions
gfx()
| inline |
Returns a config for graphics effects setup.
- Returns
GfxEffectsConfig for fluent configuration.
Definition at line 41 of file EffectsBuilder.ixx.
Private Member Attributes
gameObject_
|
Non-owning pointer to the target GameObject.
Definition at line 25 of file EffectsBuilder.ixx.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.