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

Public メソッド | |
| Motion | getMotion (Int32 id) |
| Dictionary< Int32, Motion^> | getMotionList () |
| array< Motion^> | getMotionArray () |
Static Public メソッド | |
| static MotionCollection | getInstance () |
Private メソッド | |
| MotionCollection (void) | |
Private 変数 | |
| Dictionary< Int32, Motion^> | motionList |
| クラスの唯一のインスタンス | |
Static Private 変数 | |
| static MotionCollection | instance = nullptr |
|
|
コンストラクタ |
|
|
クラスのインスタンスを返す。singletonです。
|
|
|
指定されたIDのモーションを返す
|
|
|
モーションのテーブルを配列に格納して返す
|
|
|
モーションのテーブルを返す
|
|
|
|
|
|
クラスの唯一のインスタンス
|
1.4.6-NO