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