Method | Description | |
---|---|---|
BattleTextSettings ( ) : System.Collections | ||
BattleTextSettings ( Hashtable ht ) : System.Collections | ||
BattleTextSettings ( string txt ) : System.Collections | ||
GetAudioClip ( ) : |
||
GetData ( string name ) : Hashtable | ||
GetPrefab ( ) : GameObject | ||
InitTexts ( string txt ) : void | ||
IsShowNumber ( ) : bool | ||
SetData ( Hashtable ht ) : void | ||
ShowNumber ( int i, Combatant, combatant ) : void | ||
ShowText ( string t, Combatant, combatant ) : void |
Method | Description | |
---|---|---|
CreateObjects ( Combatant, combatant ) : BattleText, |
public BattleTextSettings ( ) : System.Collections | ||
return | System.Collections |
public BattleTextSettings ( Hashtable ht ) : System.Collections | ||
ht | Hashtable | |
return | System.Collections |
public BattleTextSettings ( string txt ) : System.Collections | ||
txt | string | |
return | System.Collections |
public ShowNumber ( int i, Combatant, combatant ) : void | ||
i | int | |
combatant | Combatant, | |
return | void |
public ShowText ( string t, Combatant, combatant ) : void | ||
t | string | |
combatant | Combatant, | |
return | void |