Various improvements for Editor
This commit is contained in:
@@ -1322,6 +1322,7 @@ namespace FlaxEditor.Windows.Assets
|
||||
_surface.ShowWholeGraph();
|
||||
}
|
||||
LoadBreakpoints();
|
||||
SurfaceLoaded?.Invoke();
|
||||
Editor.VisualScriptingDebugFlow += OnDebugFlow;
|
||||
}
|
||||
else if (_refreshPropertiesOnLoad && _asset.IsLoaded)
|
||||
@@ -1381,6 +1382,9 @@ namespace FlaxEditor.Windows.Assets
|
||||
/// <inheritdoc />
|
||||
public IEnumerable<ScriptType> NewParameterTypes => Editor.CodeEditing.VisualScriptPropertyTypes.Get();
|
||||
|
||||
/// <inheritdoc />
|
||||
public event Action SurfaceLoaded;
|
||||
|
||||
/// <inheritdoc />
|
||||
public void OnParamRenameUndo()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user