C# Class AnimationData, RPGQuest

Show file Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
layer int
name string
setSpeed bool
speedFormula int

Public Methods

Method Description
AnimationData ( int l ) : System.Collections
GetData ( Hashtable ht ) : Hashtable
Init ( Animation animation, Combatant, c ) : void
SetData ( Hashtable ht ) : void

Method Details

AnimationData() public method

public AnimationData ( int l ) : System.Collections
l int
return System.Collections

GetData() public method

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
return Hashtable

Init() public method

public Init ( Animation animation, Combatant, c ) : void
animation Animation
c Combatant,
return void

SetData() public method

public SetData ( Hashtable ht ) : void
ht Hashtable
return void

Property Details

layer public property

public int layer
return int

name public property

public string name
return string

setSpeed public property

public bool setSpeed
return bool

speedFormula public property

public int speedFormula
return int