Improvements for Visject Surface

This commit is contained in:
Wojtek Figat
2021-10-08 15:30:42 +02:00
parent aa3a6e2766
commit 78e093245d
4 changed files with 20 additions and 22 deletions

View File

@@ -329,7 +329,7 @@ namespace FlaxEditor.Surface
/// <param name="style">The custom surface style. Use null to create the default style.</param>
/// <param name="groups">The custom surface node types. Pass null to use the default nodes set.</param>
/// <param name="supportsDebugging">True if surface supports debugging features (breakpoints, etc.).</param>
public VisjectSurface(IVisjectSurfaceOwner owner, Action onSave, FlaxEditor.Undo undo = null, SurfaceStyle style = null, List<GroupArchetype> groups = null, bool supportsDebugging = false)
public VisjectSurface(IVisjectSurfaceOwner owner, Action onSave = null, FlaxEditor.Undo undo = null, SurfaceStyle style = null, List<GroupArchetype> groups = null, bool supportsDebugging = false)
{
AnchorPreset = AnchorPresets.StretchAll;
Offsets = Margin.Zero;