UnityEditor.AssetImporter.GetAtPath C# (CSharp) Method

GetAtPath() private method

private GetAtPath ( string path ) : AssetImporter
path string
return AssetImporter
        public static extern AssetImporter GetAtPath(string path);
        [MethodImpl(MethodImplOptions.InternalCall)]