#include <Motion.h>
Public メソッド | |
Motion (Int32 new_id, String^new_name) | |
モーション名 | |
Int32 | getID () |
String | getName () |
virtual String | ToString () override |
Static Public 変数 | |
static const int | ID_NORMAL = 1 |
static const int | ID_DASH = 2 |
通常のモーションのID | |
static const int | ID_PUNCH = 3 |
ダッシュ中のモーションのID | |
static const int | ID_KICK = 4 |
パンチのモーションのID | |
static const int | ID_JUMP = 5 |
キックのモーションのID | |
Private 変数 | |
Int32 | id |
ジャンプ中のモーションのID | |
String | name |
モーションID |
|
モーション名 コンストラクタ
|
|
モーションIDを返す。
|
|
モーションの名前を返す
|
|
クラスの文字列表現を返す ObjectクラスのToStringのオーバーライド (エディター類でこのクラスをコンボボックスの アイテムとして使用するため)
|
|
ジャンプ中のモーションのID
|
|
通常のモーションのID
|
|
キックのモーションのID
|
|
パンチのモーションのID
|
|
|
|
ダッシュ中のモーションのID
|
|
モーションID
|