示例#1
0
        private PathResolver CreateImagePathResolver()
        {
            var skinPath = (EditorGUIUtility.isProSkin)
                 ? "pro"
                 : "personal";

            var imagePath = Path.Combine("images", skinPath);

            return(PathResolver.Create(Product.PackageName, this, imagePath, 1));
        }