C# Class AnimationData, RPGQuest

Mostrar archivo 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_oe property

public int layer
return int

name public_oe property

public string name
return string

setSpeed public_oe property

public bool setSpeed
return bool

speedFormula public_oe property

public int speedFormula
return int