void Start() { m_shaderControl = FindObjectOfType <ShaderBagControl>(); }
public void SetShaderControl(ShaderBagControl sc) { m_shaderControl = sc; }