UnityEditor.EditorUtility.FindAsset C# (CSharp) Method

FindAsset() private method

private FindAsset ( string path, Type type ) : Object
path string
type System.Type
return Object
        public static extern Object FindAsset(string path, Type type);
        [Obsolete("Use PrefabUtility.FindPrefabRoot")]
EditorUtility