Exemplo n.º 1
0
	// Use this for initialization
	void Start () {
		mTextureCurrent = texture1;
		textureScript = GetComponent<MMCGUITexture>();
		textureScript.texture = mTextureCurrent;
		textureScriptHelpScreen = helpscreen.GetComponent<MMCGUITexture>();
		mTextureCurrentScreen = textureScreen1;
		textureScriptHelpScreen.texture = mTextureCurrentScreen;
		
		detallesProjectoTitle.enabled = false;
		detallesProjecto.enabled = false;
	}
Exemplo n.º 2
0
    // Use this for initialization
    void Start()
    {
        mTextureCurrent = texture1;
        textureScript = GetComponent<MMCGUITexture>();
        textureScript.texture = mTextureCurrent;
        textureScriptHelpScreen = helpscreen.GetComponent<MMCGUITexture>();
        mTextureCurrentScreen = textureScreen1;
        textureScriptHelpScreen.texture = mTextureCurrentScreen;

        detallesProjectoTitle.enabled = false;
        detallesProjecto.enabled = false;
    }
Exemplo n.º 3
0
 // Use this for initialization
 void Start()
 {
     mTextureCurrent       = textureOff;
     textureScript         = GetComponent <MMCGUITexture>();
     textureScript.texture = mTextureCurrent;
 }
Exemplo n.º 4
0
 //    float alpha = 255.0f;
 // Use this for initialization
 void Start()
 {
     myGUITexture = gameObject.GetComponent<MMCGUITexture>();
 }
Exemplo n.º 5
0
//	float alpha = 255.0f;

    // Use this for initialization
    void Start()
    {
        myGUITexture = gameObject.GetComponent <MMCGUITexture>();
    }
Exemplo n.º 6
0
 // Use this for initialization
 void Start()
 {
     mTextureCurrent = textureOff;
     textureScript = GetComponent<MMCGUITexture>();
     textureScript.texture = mTextureCurrent;
 }