Return to Snippet

Revision: 34445
at October 22, 2010 11:09 by gltovar


Updated Code
private GUITexture gui;
	
void Start ()
{
	gui = GetComponent( GUITexture );
}

Revision: 34444
at October 22, 2010 11:08 by gltovar


Initial Code
private GUITexture gui;
	
// Use this for initialization
void Start ()
{
	gui = GetComponent( GUITexture );
}

Initial URL


Initial Description


Initial Title
Penelope Unity 3 Part 1-01

Initial Tags


Initial Language
C#