1、对一个Graphics设置了customMaterial。
2、在onLoad的时候,对effect的属性进行修改。(这是生效的)
this.graphics = this.getComponent(Graphics);
this.graphics.customMaterial.setProperty("lightRadius", this.lightRadius);
3、在update对effect的属性进行修改,完全不起效果。
我试了一下,在onLoad和onEnable的时候,设置还是有效果的,到了start以后,设置任何属性就没有效果了。请问这是有什么玄机吗?