BrashMonkey.Spriter.Data.ObjectModel.SpriterAtlas.SpriterAtlas C# (CSharp) Method

SpriterAtlas() public method

public SpriterAtlas ( ) : System.Collections.Generic
return System.Collections.Generic
        public SpriterAtlas()
        {
            images = new List<SpriterAtlasImage>();
        }
SpriterAtlas