UnityEditor.AssetServer.CollectAllDependencies C# (CSharp) Method

CollectAllDependencies() private method

private CollectAllDependencies ( string selection ) : string[]
selection string
return string[]
        public static extern string[] CollectAllDependencies(string[] selection);
        [MethodImpl(MethodImplOptions.InternalCall)]
AssetServer