カーブキークラス
More...
#include <GxModUnitCurvePlay.h>
|
|
| GxCurveKey (void) |
| デフォルトコンストラクタ
|
|
| GxCurveKey (f32 value, f32 time) |
| コンストラクタ
|
|
|
constexpr f32 | getTime (void) const |
| 時間を取得
|
|
constexpr f32 | getValue (void) const |
| 値を取得
|
|
GX_FORCE_INLINE const GxVector2 & | getHandleStartPosition (void) const |
| ハンドル始点座標を取得
|
|
GX_FORCE_INLINE const GxVector2 & | getHandleEndPosition (void) const |
| ハンドル終点座標を取得
|
|
constexpr CURVE_TYPE | getCurveType (void) const |
| カーブ種類を取得
|
|
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 GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
| Rttiの取得
|
|
◆ CURVE_TYPE
カーブ種類
Enumerator |
---|
FREE | 曲線
|
LINEAR | 直線
|
CONSTANT | 定数
|
MAX | 定義数
|
◆ GxCurveKey()
GxCurveKey::GxCurveKey |
( |
f32 | value, |
|
|
f32 | time ) |
◆ setHandleRenderScale()
void GxCurveKey::setHandleRenderScale |
( |
f32 | scaleX, |
|
|
f32 | scaleY ) |
ハンドル描画倍率を設定
- Parameters
-
scaleX | [in] X軸倍率 |
scaleY | [in] Y軸倍率 |
◆ setHandleRotationValue()
void GxCurveKey::setHandleRotationValue |
( |
f32 | value | ) |
|
◆ setTime()
void GxCurveKey::setTime |
( |
f32 | time | ) |
|
◆ setValue()
void GxCurveKey::setValue |
( |
f32 | value | ) |
|
The documentation for this class was generated from the following files:
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxCore/src/GxModUnitCurvePlay.h
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxCore/src/GxModUnitCurvePlay.cpp