![]() |
Springhead
An open source physics engine for virtual reality, haptics and motion generation.
|
ファクトリーの実装(作り手オブジェクトが所有する場合、最後に作り手にAddChildObjectする)
#include <Object.h>

Public メソッド | |
| virtual ObjectIf * | Create (const void *desc, ObjectIf *parent) |
| iiのオブジェクトを desc から parentの子として生成する. | |
Public メソッド inherited from FactoryImpTemplate< T, IF, DESC > | |
| virtual const IfInfo * | GetIfInfo () const |
| 作成するIfInfo | |