![]() |
Murl Engine API
Version 2018.3
|
The IBlendable property interface. More...
#include <murl_graph_i_blendable.h>
The IBlendable property interface.
This interface provides a generic way to specify individual blend factors.
Animation controllers may call the SetBlendFactor() method when blend factor keys are present in a given Resource::IAnimation.
Public Member Functions | |
virtual Bool | SetBlendFactor (UInt32 stageIndex, Real blendFactor)=0 |
Set the blend factor for a given stage. More... | |
virtual Real | GetBlendFactor (UInt32 stageIndex) const =0 |
Get the blend factor set for a given stage. More... | |
|
pure virtual |
Set the blend factor for a given stage.
stageIndex | The stage index |
blendFactor | The blend factor to set. |
Get the blend factor set for a given stage.
stageIndex | The stage index |