AnimationTreePlayer.mixNodeSetAmount

Sets mix amount of a Mix node given its name and value. A Mix node adds input b to input a by a the amount given by ratio.

struct AnimationTreePlayer
@nogc nothrow
void
mixNodeSetAmount
(
StringArg0
)
(
in StringArg0 id
,
in double ratio
)

Meta