Ejemplo n.º 1
0
	// Use this for initialization
	void Start () {
		on = false;
		script = GetComponent<FPLooker>();
	}
Ejemplo n.º 2
0
    static public bool on;     //Means the blur is on

    // Use this for initialization
    void Start()
    {
        script  = gameObject.GetComponent <BlurEffect>();
        script2 = GetComponent <FPLooker>();
        on      = false;
    }