EffectInstance¶
class EffectInstance
An instance of an Effect
asset.
The effect instance is the real place where the filter is applied to only one sound object at a time. Each effect instance has its own state, and that state is not shared across sound objects.
- See
- Effect, FilterInstance
Functions¶
Name | Description |
---|---|
~EffectInstance | Default destructor. |
GetFilter | Gets the filter instance wrapped by this effect. |
Function Details¶
GetFilter¶
* GetFilter() const
Gets the filter instance wrapped by this effect.
- Return
- The filter instance.
~EffectInstance¶
virtual ~EffectInstance() = default
Default destructor.