StonehearthEditor.ImageFileData.ImageFileData C# (CSharp) Method

ImageFileData() public method

public ImageFileData ( string path ) : System.Collections.Generic
path string
return System.Collections.Generic
        public ImageFileData(string path)
            : base(path)
        {
            mDirectory = JsonHelper.NormalizeSystemPath(System.IO.Path.GetDirectoryName(Path));
        }