ブレンド用パラメーター
More...
#include <GxResMotionBlend.h>
|
|
| BlendParam (void) |
| コンストラクタ
|
|
void | initialize (void) |
| 初期化
|
|
BlendParam & | operator= (BlendParam const &other) |
| コピー
|
|
constexpr | GxClassBase (void) |
| コンストラクタ
|
|
constexpr | GxClassBase (const GxClassBase &base) |
| コピーコンストラクタ
|
|
| ~GxClassBase (void) override |
| デストラクタ
|
|
constexpr | GxClassBaseRoot (void) |
| コンストラクタ
|
|
constexpr | GxClassBaseRoot (const GxClassBaseRoot &) |
| コピーコンストラクタ
|
|
virtual | ~GxClassBaseRoot (void) |
| デストラクタ
|
|
constexpr GxClassBaseRoot & | operator= (const GxClassBaseRoot &) |
| 代入演算子
|
|
virtual GxRtti & | getRtti (void) const =0 |
| Rttiの取得
|
|
virtual GX_FORCE_INLINE const GxTypedObject * | getDefaultObject (void) |
| デフォルトオブジェクトを取得
|
|
GX_FORCE_INLINE b32 | isDefaultObject (void) |
| デフォルトオブジェクト判定
|
|
|
|
s32 | _baseMotionNumber |
| ベースモーションナンバー
|
|
s32 | _targetMotionNumber |
| ターゲットモーションナンバー
|
|
f32 | _targetMotionBlendRate |
| ターゲットモーションのブレンドレート
|
|
f32 | _targetMotionSpeed |
| ターゲットモーションのスピード
|
|
u32 | _targetMotionPlayType |
| ターゲットモーションの再生タイプ
|
|
u32 | _jointForPartialBlend |
| パーシャルブレンド時に使用する関節(0以下はパーシャルブレンドオフ)
|
|
BLEND_TYPE | _blendType |
| ブレンドタイプ
|
|
u32 | _processKind |
| 処理順
|
|
|
static GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
| Rttiの取得
|
|
◆ BLEND_MOTION_PLAY_PARAM
ブレンドモーション再生パラメータ
Enumerator |
---|
SYNC_BASE_MOTION | ベースモーションと同期
|
NOT_SYNC_BASE_MOTION | ベースモーションと同期しない
|
◆ BLEND_TYPE
ブレンドタイプ
Enumerator |
---|
NORMAL | 通常ブレンド
|
ADD | 加算ブレンド
|
MAX | 定義数
|
◆ operator=()
The documentation for this class was generated from the following files:
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxMotion/src/GxResMotionBlend.h
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxMotion/src/GxResMotionBlend.cpp