Amaoto.Animation.Animator.Start C# (CSharp) Method

Start() public method

アニメーションを開始します。
public Start ( ) : void
return void
        public void Start()
        {
            Counter?.Start();
        }