![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
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.
Set the blend factor for a given stage.
Boolean SetBlendFactor(Integer stageIndex, Number blendFactor)
stageIndex | The stage index |
blendFactor | The blend factor to set. |
Get the blend factor set for a given stage.
Number GetBlendFactor(Integer stageIndex)
stageIndex | The stage index |