AGS.Editor.BuildTargetDebug.GetDebugPath C# (CSharp) Method

GetDebugPath() public method

public GetDebugPath ( ) : string
return string
        public virtual string GetDebugPath(params string[] parts)
        {
            if (parts[0] == DEBUG_DIRECTORY) parts[0] = AGSEditor.OUTPUT_DIRECTORY;
            return GetCompiledPath(parts);
        }