Function AnimationNodeAdd2.sync
If true
, sets the optimization
to false
when calling AnimationNode
, forcing the blended animations to update every frame.
bool sync() nothrow @property @nogc;
void sync
(
bool v
) nothrow @property @nogc;