OROCHI
 
Loading...
Searching...
No Matches
GxModUnitCurvePlayList Class Reference

カーブ再生リストモジュールクラス More...

#include <GxModUnitCurvePlay.h>

Inheritance diagram for GxModUnitCurvePlayList:
Collaboration diagram for GxModUnitCurvePlayList:

Public Member Functions

初期化
 GxModUnitCurvePlayList (void)
 デフォルトコンストラクタ
 
 ~GxModUnitCurvePlayList (void) override
 デストラクタ
 
アクセサ
GX_FORCE_INLINE GxCurvePlaygetCurvePlay (u32 index)
 カーブ再生モジュールを取得
 
constexpr u32 getArrayCount (void)
 配列数取得
 
- Public Member Functions inherited from GxModUnitBase
 GxModUnitBase (void)
 デフォルトコンストラクタ
 
 ~GxModUnitBase (void) override
 デストラクタ
 
- Public Member Functions inherited from GxModBase
 GxModBase (void)
 デフォルトコンストラクタ
 
virtual ~GxModBase (void)
 デストラクタ
 
- Public Member Functions inherited from GxClassBase
constexpr GxClassBase (void)
 コンストラクタ
 
constexpr GxClassBase (const GxClassBase &base)
 コピーコンストラクタ
 
 ~GxClassBase (void) override
 デストラクタ
 
- Public Member Functions inherited from GxClassBaseRoot
constexpr GxClassBaseRoot (void)
 コンストラクタ
 
constexpr GxClassBaseRoot (const GxClassBaseRoot &)
 コピーコンストラクタ
 
virtual ~GxClassBaseRoot (void)
 デストラクタ
 
constexpr GxClassBaseRootoperator= (const GxClassBaseRoot &)
 代入演算子
 
virtual GxRttigetRtti (void) const =0
 Rttiの取得
 
virtual GX_FORCE_INLINE const GxTypedObjectgetDefaultObject (void)
 デフォルトオブジェクトを取得
 
GX_FORCE_INLINE b32 isDefaultObject (void)
 デフォルトオブジェクト判定
 

操作

GxCurvePlaycreateAndAddBottom (void)
 カーブ再生モジュールを作成してリストに追加する
 
void removeAll (void)
 全削除
 
void asyncUpdate (void) override
 並列更新
 
void playAll (b32 isReverse=false)
 全再生
 
void stopAll (void)
 全停止
 
b32 setup (void) override
 セットアップ
 

Additional Inherited Members

- Static Public Member Functions inherited from GxClassBaseRoot
static GX_FORCE_INLINE GxRtti__getStaticRtti (void)
 Rttiの取得
 
- Protected Member Functions inherited from GxModUnitBase
virtual GX_FORCE_INLINE void preAsyncUpdate (void)
 並列更新(asyncUpdateの前に実行される)
 
virtual GX_FORCE_INLINE void postAsyncUpdate (void)
 並列更新(asyncUpdateの後に実行される)
 
virtual GX_FORCE_INLINE void sequentialUpdate (void)
 逐次更新
 
virtual GX_FORCE_INLINE void forceAsyncUpdate (void)
 強制並列更新(pause中も実行)
 
virtual GX_FORCE_INLINE void render (void)
 描画
 
virtual GX_FORCE_INLINE b32 setRenderMaterial (GxRenderMaterial *)
 マテリアルの描画設定
 
GX_FORCE_INLINE GxUnitBasegetOwner (void) const
 所持者を取得
 
GX_FORCE_INLINE GxFlag32Index< UPDATE_TYPEgetUpdateEnable (void) const
 更新を呼ぶかを取得
 
GX_FORCE_INLINE void setUpdateEnable (UPDATE_TYPE updateType, b32 enable)
 更新を呼ぶかを設定
 
- Protected Member Functions inherited from GxModBase
constexpr GxClassBaseRootgetOwner (void) const
 所持者を取得
 
virtual GX_FORCE_INLINE void setOwner (GxClassBaseRoot *pOwner)
 所持者を設定
 
- Static Protected Member Functions inherited from GxModUnitBase
static const GxRttigetOwnerDerivedRtti (void)
 所持者に必要な継承RTTIを取得
 

Detailed Description

カーブ再生リストモジュールクラス

Member Function Documentation

◆ asyncUpdate()

void GxModUnitCurvePlayList::asyncUpdate ( void )
overridevirtual

並列更新

Reimplemented from GxModUnitBase.

Here is the call graph for this function:

◆ createAndAddBottom()

GxCurvePlay * GxModUnitCurvePlayList::createAndAddBottom ( void )

カーブ再生モジュールを作成してリストに追加する

Returns
カーブ再生モジュール
Here is the call graph for this function:

◆ playAll()

void GxModUnitCurvePlayList::playAll ( b32 isReverse = false)

全再生

Parameters
isReverse[in] 逆再生判定
Here is the call graph for this function:

◆ setup()

b32 GxModUnitCurvePlayList::setup ( void )
overrideprotectedvirtual

セットアップ

Returns
trueで成功

Reimplemented from GxModUnitBase.

Here is the call graph for this function:

The documentation for this class was generated from the following files: