Update() private method

private Update ( ) : void
return void
Example #1
0
 public void Update(float dt)
 {
     _animation.Update(dt);
 }