示例#1
0
文件: ScAnimation.cs 项目: lypvc/Sc
        public ScAnimation(ScLayer layer, bool autoRest)
        {
            this.layer    = layer;
            this.autoRest = autoRest;
            updateDet     = new UpdateCallback(Update);

            layer.AppendAnimation(this);
        }