Chicane

Renderer Layer

ヘッダー
Includes/Chicane/Runtime/Renderer/Layer.hpp
ネームスペース
Chicane::RendererLayer

Types

名前価値説明
Super

コンストラクター

名前説明
RendererLayer()
RendererLayer(
const  String& inId
)

デストラクター

名前説明
~RendererLayer()

バーチャル関数

アクセスタイプモディファイア名前説明
protected
bool
inline
onInit()
protected
bool
inline
onDestroy()
protected
bool
inline
onRebuild()
protected
bool
inline
onSetup()
protected
void
inline
onRender(
void* outData
)
protected
void
inline
onEvent(
const  WindowEvent& inEvent
)

関数

アクセスタイプモディファイア名前説明
public
void
init()
public
void
destroy()
public
void
rebuild()
public
void
setup()
public
void
render(
void* outData
)
public
void
handle(
const  WindowEvent& inEvent
)
public
bool
const
is()
public
const
getStatus()
public
const  String&
const
getId()
protected
void
setStatus()

メンバ

アクセスタイプモディファイア名前説明
protected
m_id
protected
m_status