Class EditorProcessInfo
Events
onUpdated
public Action onUpdated
Properties
name
public string name { get; private set; }
relativeProjectPath
public string relativeProjectPath { get; private set; }
process
public IProcess process { get; internal set; }
processType
public Type processType { get; }
editorType
public Type editorType { get; private set; }
Constructors
EditorProcessInfo(IProcess process, Type editorType, string relativeProjectPath)
public EditorProcessInfo(IProcess process, Type editorType, string relativeProjectPath)
Methods
void UpdatePath(string relativeProjectPath)
public void UpdatePath(string relativeProjectPath)