Esempio n. 1
0
    // Use this for initialization
    void Start()
    {
        _model = GetComponent <ChangeColorInheritModel>();

        if (null == _model)
        {
            throw new MissingComponentException("ChangeColorInheritController.Start - cann't find ChangeColorInheritModel component");
        }
    }
	// Use this for initialization
	void Start ()
	{
		_model = GetComponent<ChangeColorInheritModel>();

		if (null == _model)
		{
			throw new MissingComponentException("ChangeColorInheritController.Start - cann't find ChangeColorInheritModel component");
		}

	}