()
| 90984 | var DEFAULT_LIGHTING_EFFECT = new (0, _lightingEffectDefault.default)(); |
| 90985 | var EffectManager = function() { |
| 90986 | function EffectManager1() { |
| 90987 | (0, _classCallCheckDefault.default)(this, EffectManager1); |
| 90988 | this.effects = []; |
| 90989 | this._internalEffects = []; |
| 90990 | this._needsRedraw = "Initial render"; |
| 90991 | this.setEffects(); |
| 90992 | } |
| 90993 | (0, _createClassDefault.default)(EffectManager1, [ |
| 90994 | { |
| 90995 | key: "setProps", |
nothing calls this directly
no outgoing calls
no test coverage detected