Свойство | Тип | Описание | |
---|---|---|---|
animation | BattleAnimation[] |
Метод | Описание | |
---|---|---|
AddBattleAnimation ( string n ) : void | ||
BattleAnimationData ( ) : System.Collections | ||
Copy ( int index ) : void | ||
GetCopy ( int index ) : BattleAnimation | ||
LoadData ( ) : void | ||
RemoveData ( int index ) : void | ||
SaveData ( ) : void |
public AddBattleAnimation ( string n ) : void | ||
n | string | |
Результат | void |
public BattleAnimationData ( ) : System.Collections | ||
Результат | System.Collections |
public GetCopy ( int index ) : BattleAnimation | ||
index | int | |
Результат | BattleAnimation |