1. 程式人生 > >修改材質中的引數

修改材質中的引數

gameObject.render.materials.GetFloat("propName");
gameObject.render.materials.SetFloat("propName", value);
gameObject.renderer.material.SetTexture("_propName", tex);
gameObject.renderer.material.GetTexture("_propName");