![]() |
Lumino
|
3D シーンを表すクラスです。 More...
#include <World.hpp>
Inherits ln::Object.
Public Member Functions | |
void | add (WorldObject *obj) |
オブジェクトを World に追加します。 | |
void | removeAllObjects () |
この World に含まれている全てのオブジェクトを World から除外します。 | |
ReadOnlyList< Ref< WorldObject > > * | rootObjects () const |
この World に含まれている全てのルートオブジェクトを取得します。 | |
WorldObject * | findObjectByComponentType (const TypeInfo *type) const |
この World に含まれている WorldObject のうち、指定した型のコンポーネントを持っている最初の WorldObject を返します。 | |
3D シーンを表すクラスです。