Function AnimationNodeBlend3.sync

If true, sets the optimization to false when calling AnimationNode.blendInput, forcing the blended animations to update every frame.

bool sync() nothrow @property @nogc;

void sync (
  bool v
) nothrow @property @nogc;