ランタイム
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
IWidget.h
Go to the documentation of this file.
1
#pragma once
2
5
6
#include "
Mix/Scene/IEntity.h
"
7
8
namespace
Mix
{
namespace
Scene{
9
12
class
IWidget
:
public
Mix::Scene::IEntity
13
{
14
protected
:
16
virtual
~IWidget
(
void
) {}
17
18
public
:
26
virtual
Boolean
CanLocalLighting
(
void
)
const
= 0;
27
};
28
29
}}
Mix::Scene::IWidget
ウィジェットインターフェース
Definition:
IWidget.h:12
Mix::Scene::IWidget::~IWidget
virtual ~IWidget(void)
デストラクタ
Definition:
IWidget.h:16
IEntity.h
エンティティインターフェースインクルードファイル
Mix
ミックス
Definition:
AtomicValue.h:6
Boolean
BOOL Boolean
32ビットブーリアン
Definition:
Common.h:102
Mix::Scene::IEntity
エンティティインターフェース
Definition:
IEntity.h:12
Mix::Scene::IWidget::CanLocalLighting
virtual Boolean CanLocalLighting(void) const =0
ローカルライティングをすることができるかどうかを確認します
Mix
Scene
IWidget.h
Generated on Mon Mar 21 2016 10:58:26 for ランタイム by
1.8.9.1