SelectionBox constructor

SelectionBox(
  1. Camera camera,
  2. Scene scene, [
  3. double deep = double.maxFinite
])

Implementation

SelectionBox(this.camera, this.scene, [this.deep = double.maxFinite ]);