IllumeController.fromObjects constructor

IllumeController.fromObjects(
  1. List<GameObject> objects
)

Create IllumeController from game objects

Implementation

factory IllumeController.fromObjects(List<GameObject> objects) =>
    IllumeController._(objects);