ThreeSceneAttachCallback typedef

ThreeSceneAttachCallback = void Function(ThreeSceneController controller)

Called when a ThreeSceneController attaches to a rendered canvas.

Implementation

typedef ThreeSceneAttachCallback = void Function(
    ThreeSceneController controller);