AnimationTreePlayer.timescaleNodeSetScale

Sets the time scale of the TimeScale node with name id to scale. The timescale node is used to speed Animations up if the scale is above 1 or slow them down if it is below 1. If applied after a blend or mix, affects all input animations to that blend or mix.

struct AnimationTreePlayer
@nogc nothrow
void
timescaleNodeSetScale
(
StringArg0
)
(
in StringArg0 id
,
in double scale
)

Meta