mirror of
https://github.com/maxartz15/MA_TextureAtlasser.git
synced 2024-11-09 23:42:56 +01:00
Add changes
This commit is contained in:
parent
05b4ea9f80
commit
485634165c
@ -8,7 +8,7 @@ namespace MA_TextureAtlasserPro
|
|||||||
[System.Serializable]
|
[System.Serializable]
|
||||||
public class MA_ModelGroup
|
public class MA_ModelGroup
|
||||||
{
|
{
|
||||||
public string name = "Model";
|
public string name = "Model"; // public variable
|
||||||
public List<Mesh> meshes = new List<Mesh>();
|
public List<Mesh> meshes = new List<Mesh>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user