ランタイム
ILight.h
Go to the documentation of this file.
1 #pragma once
2 
5 
7 
8 namespace Mix{ namespace Scene{
9 
13  {
14  protected:
16  virtual ~ILight( void ){}
17 
18  public:
21  virtual Boolean IsEnabled( void ) const = 0;
24  virtual void SetEnabled( Boolean state ) = 0;
25  };
26 
27 }}
レンダラーオブジェクトインターフェースインクルードファイル
Definition: IRendererObject.h:12
ミックス
Definition: AtomicValue.h:6
レンダラーオブジェクトインターフェースインクルードファイル
virtual Boolean IsEnabled(void) const =0
有効かどうかを確認します
virtual ~ILight(void)
デストラクタ
Definition: ILight.h:16
ライトインターフェース
Definition: ILight.h:12
BOOL Boolean
32ビットブーリアン
Definition: Common.h:102
virtual void SetEnabled(Boolean state)=0
有効にするかどうかを設定します