ランタイム
ISimpleSensor.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 #include "Mix/Scene/ISensor.h"
7 
8 namespace Mix{ namespace Scene{
9 
13  {
14  protected:
16  virtual ~ISimpleSensor() {}
17  };
18 
19 }}
センサーインターフェースインクルードファイル
virtual ~ISimpleSensor()
デストラクタ
Definition: ISimpleSensor.h:16
シンプルセンサーインターフェース
Definition: ISimpleSensor.h:12
センサーインターフェース
Definition: ISensor.h:12
ミックス
Definition: AtomicValue.h:6