Revision: 34445
Updated Code
at October 22, 2010 11:09 by gltovar
Updated Code
private GUITexture gui;
void Start ()
{
gui = GetComponent( GUITexture );
}
Revision: 34444
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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#