Transformablesのアタッチメント。
コンストラクター
モディファイア | 名前 | 説明 |
---|---|---|
Component() |
デストラクター
モディファイア | 名前 | 説明 |
---|---|---|
virtual | ~Component() |
関数
アクセス | モディファイア | タイプ | 名前 | 説明 |
---|---|---|---|---|
public | virtual | void | onActivation() | |
public | virtual | void | onDeactivation() | |
public | virtual | void | onAttachment(Transformable* inActor) | |
public | virtual | void | onTick(float inDeltaTime) | |
public | bool | isActive() | ||
public | void | activate() | ||
public | void | deactivate() | ||
public | bool | canTick() | ||
public | void | setCanTick(bool inCanTick) | ||
public | void | tick(float inDeltaTime) | ||
public | bool | isAttached() | ||
public | T* | getAttachment<T>() const | ||
public | void | attachTo(Transformable* inActor) |
メンバ
アクセス | モディファイア | タイプ | 名前 | 説明 |
---|---|---|---|---|
protected | bool | m_bCanTick | ||
protected | bool | m_bIsActive | ||
protected | Transformable* | m_attachment | ||
protected | Subscription | m_attachmentTransformSubscription |