Murl::Graph::IBlendable Interface Referenceabstract
The IBlendable property interface. More...
#include "murl_graph_i_blendable.h"
Inheritance diagram for Murl::Graph::IBlendable:
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... | |
Detailed Description
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.
Member Function Documentation
◆ SetBlendFactor()
|
pure virtual |
Set the blend factor for a given stage.
- Parameters
-
stageIndex The stage index blendFactor The blend factor to set.
- Returns
- true if successful.
◆ GetBlendFactor()
Get the blend factor set for a given stage.
- Parameters
-
stageIndex The stage index
- Returns
- The blend factor.
The documentation for this interface was generated from the following file:
- murl_graph_i_blendable.h