AGS.Editor.BuildTargetDebug.GetCompiledPath C# (CSharp) Метод

GetCompiledPath() публичный Метод

public GetCompiledPath ( ) : string
Результат string
        public override string GetCompiledPath(params string[] parts)
        {
            return base.GetCompiledPath(parts).Replace(AGSEditor.OUTPUT_DIRECTORY, DEBUG_DIRECTORY);
        }