>>107870093
class Scene {
renderWorld : RenderWorld
physicsWorld : PhysicsWorld
rootEntity : Entity
}
class Entity {
parent : Entity
children : List<Entity>
transform : Transform
Renderable : renderable
Collidable : collidable
Behaviour : behaviour
}
Comment too long. Click here to view the full text.