Update() private method

private Update ( ) : void
return void
コード例 #1
0
 public void Update(float dt)
 {
     _animation.Update(dt);
 }