Ejemplo n.º 1
0
 public BaseDrawer()
 {
     _colorStack      = new ColorStack();
     _textureDatabase = TextureDatabaseProvider.GetDatabase(this);
     _contentCache    = new GUIContentCache();
 }
Ejemplo n.º 2
0
 public BaseDrawer()
 {
     _colorStack = new ColorStack ();
     _textureDatabase = TextureDatabaseProvider.GetDatabase (this);
     _contentCache = new GUIContentCache ();
 }