Sprite.AutoCalc Property
Animation Studio Reference

Sprite.AutoCalc Property

If set to true, the resulting path is calculated immediately after any change of the Timeline parameters, keyframes etc. If set to false, you must call CalcFrames to recalculate the resulting path of the sprite.

[Visual Basic]
Public Property AutoCalc As Boolean
[C#]
public bool AutoCalc {get; set;}

See Also

Sprite Class | AnimationStudio Namespace