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

Public メソッド | |
| array< Motion^> | getMotionArray () |
| array< AnimationGroup^> | getAnimationGroups () |
| AnimationGroup | getAnimationGroupById (Int32 id) |
Static Public メソッド | |
| static Config | getInstance () |
Private メソッド | |
| Config (void) | |
| アニメーショングループのID、名前を保持するリスト | |
Private 変数 | |
| Dictionary< Int32, Motion^> | motionList |
| クラスの唯一のインスタンス | |
| Dictionary< Int32, AnimationGroup^> | animationGroupList |
| モーションのID、名前を保持するリスト | |
Static Private 変数 | |
| static Config | instance = nullptr |
|
|
アニメーショングループのID、名前を保持するリスト コンストラクタ |
|
|
指定されたIDのアニメーショングループを返す
|
|
|
アニメーショングループのテーブルを配列に格納して返す
|
|
|
クラスの唯一のインスタンスを返す
|
|
|
モーションのテーブルを配列に格納して返す
|
|
|
モーションのID、名前を保持するリスト
|
|
|
|
|
|
クラスの唯一のインスタンス
|
1.4.6-NO