C# Class ScriptingPlugin.Editor.ScriptProjectEditor

Inheritance: IScriptProjectEditor
Afficher le fichier Open project: BraveSirAndrew/DualityScripting

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CreateAnyMissingDirectories ( string projectPath, string directoryPart ) : void
GetScriptNameWithPath ( string fileNameWithResourcePath ) : string
RemoveDataScriptPath ( string fullScriptName, string extension ) : string

Method Details

AddScriptToProject() public méthode

public AddScriptToProject ( string scriptPath, string scriptFileName, string projectPath ) : void
scriptPath string
scriptFileName string
projectPath string
Résultat void

AddScriptToProject() public méthode

public AddScriptToProject ( string scriptPath, string directoryPart, string scriptFileName, string projectPath ) : void
scriptPath string
directoryPart string
scriptFileName string
projectPath string
Résultat void

RemoveAllScriptReferences() public méthode

public RemoveAllScriptReferences ( string projectPath ) : void
projectPath string
Résultat void

RemoveScriptFromProject() public méthode

public RemoveScriptFromProject ( string oldContentName, string extension, string projectPath ) : void
oldContentName string
extension string
projectPath string
Résultat void