// Use this for initialization
        void Start()
        {
            cutoutController = GetComponent <Controller_Cutout>();
            edgeController   = GetComponent <Controller_Edge>();

            UI_Texture(0);
            UI_Color(0.333f);
            UI_Intensity(1);
            UI_Width(0.2f);
            UI_Solid(false);

            UI_Noise(0);
            UI_Speed(0.5f);
        }
 void Start()
 {
     get = this;
 }