Improvements for Visject Surface
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user