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);
        }