#include <AnimationCollection.h>
war02::core::AnimationCollectionのコラボレーション図

Public メソッド | |
| Void | clear () |
Static Public メソッド | |
| static AnimationCollection | getInstance () |
Private メソッド | |
| AnimationCollection (void) | |
| アニメーションを保持するリスト | |
Private 変数 | |
| Int32 | idSeq |
| クラスのインスタンス | |
| Dictionary< Int32, Animation^> | animationList |
| アニメーションIDのシーケンス | |
Static Private 変数 | |
| static AnimationCollection | instance = nullptr |
|
|
アニメーションを保持するリスト コンストラクタ |
|
|
初期化を行う。アニメーションのリストを破棄して、シーケンスを1にリセット。 |
|
|
唯一のインスタンスを返す
|
|
|
アニメーションIDのシーケンス
|
|
|
クラスのインスタンス
|
|
|
|
1.4.6-NO