MCPcopy Create free account
hub / github.com/microsoft/SandDance / EffectManager1

Function EffectManager1

docs/app/js/sanddance-app.js:90986–90992  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90984var DEFAULT_LIGHTING_EFFECT = new (0, _lightingEffectDefault.default)();
90985var 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",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected