EEffect constructor

EEffect(
  1. bool _isDrawable,
  2. bool _updateFromScene, {
  3. String name = "",
})

Implementation

EEffect(this._isDrawable, this._updateFromScene, {this.name = ""});