Ejemplo n.º 1
0
        private void Awake()
        {
            _effect = this.GetComponent <GradientMeshEffect>();

            _oriTopColor    = _effect.topColor;
            _oriBottomColor = _effect.bottomColor;
        }