C# 클래스 ScriptingPlugin.Editor.ScriptProjectEditor

상속: IScriptProjectEditor
파일 보기 프로젝트 열기: BraveSirAndrew/DualityScripting

공개 메소드들

메소드 설명
AddScriptToProject ( string scriptPath, string scriptFileName, string projectPath ) : void
AddScriptToProject ( string scriptPath, string directoryPart, string scriptFileName, string projectPath ) : void
RemoveAllScriptReferences ( string projectPath ) : void
RemoveScriptFromProject ( string oldContentName, string extension, string projectPath ) : void

비공개 메소드들

메소드 설명
CreateAnyMissingDirectories ( string projectPath, string directoryPart ) : void
GetScriptNameWithPath ( string fileNameWithResourcePath ) : string
RemoveDataScriptPath ( string fullScriptName, string extension ) : string

메소드 상세

AddScriptToProject() 공개 메소드

public AddScriptToProject ( string scriptPath, string scriptFileName, string projectPath ) : void
scriptPath string
scriptFileName string
projectPath string
리턴 void

AddScriptToProject() 공개 메소드

public AddScriptToProject ( string scriptPath, string directoryPart, string scriptFileName, string projectPath ) : void
scriptPath string
directoryPart string
scriptFileName string
projectPath string
리턴 void

RemoveAllScriptReferences() 공개 메소드

public RemoveAllScriptReferences ( string projectPath ) : void
projectPath string
리턴 void

RemoveScriptFromProject() 공개 메소드

public RemoveScriptFromProject ( string oldContentName, string extension, string projectPath ) : void
oldContentName string
extension string
projectPath string
리턴 void