アタッチモジュールクラス
More...
#include <GxModUnitAttach.h>
|
|
|
| GxModUnitAttach (void) |
| | デフォルトコンストラクタ
|
| |
|
| ~GxModUnitAttach (void) |
| | デストラクタ
|
| |
|
| GxModUnitBase (void) |
| | デフォルトコンストラクタ
|
| |
|
| ~GxModUnitBase (void) override |
| | デストラクタ
|
| |
|
| GxModBase (void) |
| | デフォルトコンストラクタ
|
| |
|
virtual | ~GxModBase (void) |
| | デストラクタ
|
| |
|
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) |
| | デフォルトオブジェクト判定
|
| |
|
|
|
static constexpr u32 | JOINT_NUMBER_INVALID = 0xFFFFFFFF |
| | 無効な関節番号
|
| |
|
|
GX_FORCE_INLINE b32 | isActive (void) const |
| | 有効判定
|
| |
|
GX_FORCE_INLINE void | setActive (b32 on) |
| | 有効設定
|
| |
|
constexpr void | setJointNumber (u32 number) |
| | アタッチジョイント設定
|
| |
|
constexpr u32 | getJointNumber (void) const |
| | アタッチジョイント取得
|
| |
|
constexpr void | setParent (GxUnitModelBase *pParent) |
| | 親のユニット設定
|
| |
|
constexpr GxUnitModelBase * | getParent (void) |
| | 親のユニット取得
|
| |
|
GX_FORCE_INLINE void | setOffsetPosition (const GxVector3 &position) |
| | 座標オフセット設定
|
| |
|
GX_FORCE_INLINE const GxVector3 & | getOffsetPosition (void) const |
| | 座標オフセット取得
|
| |
|
GX_FORCE_INLINE void | setOffsetQuaternion (const GxQuaternion &quaternion) |
| | 回転オフセット設定
|
| |
|
GX_FORCE_INLINE const GxQuaternion & | getOffsetQuaternion (void) const |
| | 回転オフセット取得
|
| |
| static const GxRtti & | getOwnerDerivedRtti (void) |
| | 所持者に必要な継承RTTIを取得
|
| |
◆ asyncUpdate()
| void GxModUnitAttach::asyncUpdate |
( |
void | | ) |
|
|
overridevirtual |
◆ forceAsyncUpdate()
| void GxModUnitAttach::forceAsyncUpdate |
( |
void | | ) |
|
|
overridevirtual |
◆ getOwnerDerivedRtti()
| const GxRtti & GxModUnitAttach::getOwnerDerivedRtti |
( |
void | | ) |
|
|
static |
所持者に必要な継承RTTIを取得
- Returns
- RTTI
The documentation for this class was generated from the following files:
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxCore/src/GxModUnitAttach.h
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxCore/src/GxModUnitAttach.cpp