UnityEditor.EditorUtility.CollectDependencies C# (CSharp) 메소드

CollectDependencies() 개인적인 메소드

private CollectDependencies ( Object roots ) : Object[]
roots Object
리턴 Object[]
        public static extern Object[] CollectDependencies(Object[] roots);
        public static string[] CompileCSharp(string[] sources, string[] references, string[] defines, string outputFile)
EditorUtility