C# Class AnimatorServer.AnimationPlayer

Plays animations
Inheritance: IAnimator
Show file Open project: uiacm/tower_creator

Public Methods

Method Description
Pause ( ) : void
Start ( ) : void
Stop ( ) : void

Method Details

Pause() public method

public Pause ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void