StonehearthEditor.ImageFileData.ImageFileData C# (CSharp) Méthode

ImageFileData() public méthode

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