BatchBuild.SampleDebugAppend C# (CSharp) Method

SampleDebugAppend() public static method

public static SampleDebugAppend ( ) : void
return void
    public static void SampleDebugAppend()
    {
        Debug.Log("SampleDebugAppend");
        if ( BuildiOS(GameType.Sample, false, true)==false  ) EditorApplication.Exit(1);
        EditorApplication.Exit(0);
    }