AnimationTreePlayer.mixNodeSetAmount

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

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

Meta