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

GetCompiledPath() public method

public GetCompiledPath ( ) : string
return string
        public override string GetCompiledPath(params string[] parts)
        {
            return base.GetCompiledPath(parts).Replace(AGSEditor.OUTPUT_DIRECTORY, DEBUG_DIRECTORY);
        }