C# Class PlayAnimationAStep, RPGQuest

Inheritance: AnimationStep
显示文件 Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

Method Description
Execute ( BattleAnimation battleAnimation ) : void
GetData ( ) : Hashtable
PlayAnimationAStep ( BattleAnimationType t ) : System.Collections

Private Methods

Method Description
PlayAnimation ( Animation animation, string name ) : bool

Method Details

Execute() public method

public Execute ( BattleAnimation battleAnimation ) : void
battleAnimation BattleAnimation
return void

GetData() public method

public GetData ( ) : Hashtable
return Hashtable

PlayAnimationAStep() public method

public PlayAnimationAStep ( BattleAnimationType t ) : System.Collections
t BattleAnimationType
return System.Collections