- Even more cleanup and comments
This commit is contained in:
@@ -676,7 +676,6 @@ namespace FlaxEditor.Surface.ContextMenu
|
||||
// Prepare
|
||||
UpdateSurfaceParametersGroup();
|
||||
ResetView();
|
||||
|
||||
_panel1.VScrollBar.TargetValue = 0;
|
||||
Focus();
|
||||
_waitingForInput = true;
|
||||
|
||||
@@ -73,6 +73,9 @@ namespace FlaxEditor.Surface
|
||||
All = Scalar | Vector | Enum | Anything | Value | Array | Dictionary,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Node type hint. Helps to distinguish special archetypes
|
||||
/// </summary>
|
||||
[HideInEditor]
|
||||
public enum NodeTypeHint
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user