Construct a scene entity using an id and its parent.
Called after all scene entitys instantiation. It is optional.
Called every frame to update the current state of the scene entity. It is optional.
* Called after all scene entitys instantiation.
* Called every frame to update the current state of the scene entity.
Represents an entity in the scene tree. It implements IStartable and IUpdateable service.