Ejemplo n.º 1
0
 public static void UnityEditor(this ICakeContext context,
                                UnityEditorDescriptor unityEditor, UnityEditorArguments arguments, UnityEditorSettings settings = null) =>
 new UnityEditor(context.FileSystem, context.Environment, context.ProcessRunner, context.Tools, context.Log)
 .Run(unityEditor, arguments, settings ?? new UnityEditorSettings());
Ejemplo n.º 2
0
 public void Run(UnityEditorDescriptor unityEditor, UnityEditorArguments arguments, UnityEditorSettings settings) =>
 Run(unityEditor.Path, arguments, settings);