Ejemplo n.º 1
0
 public void Copy(Project other)
 {
     Name   = other.Name;
     Path   = other.Path;
     Assets = other.Assets;
     SpriteAtlasSettings = other.SpriteAtlasSettings;
     PackageSettings     = other.PackageSettings;
 }
Ejemplo n.º 2
0
 public void Clear()
 {
     Name   = "Untitled";
     Path   = "";
     Assets = new List <Asset>();
     SpriteAtlasSettings = new SpriteAtlasSettings();
     PackageSettings     = new PackageSettings();
 }