add method

void add(
  1. SceneObject object
)

Implementation

void add(SceneObject object) {
  _sceneManager.add(object);
  object.scene = this;
}