ScriptRuntime.AssetPath.AssetPath C# (CSharp) Method

AssetPath() public method

public AssetPath ( ) : System
return System
        public AssetPath()
        {
            assetPath = "";
            resType = (int)ResType.Material;
        }

Same methods

AssetPath::AssetPath ( string path, ResType type ) : System
AssetPath