- Archetypes now fetch signature and description independently
- Added larger label for signature to description panel
This commit is contained in:
@@ -124,7 +124,7 @@ namespace FlaxEditor.Surface
|
||||
Archetype = nodeArch;
|
||||
GroupArchetype = groupArch;
|
||||
AutoFocus = false;
|
||||
TooltipText = nodeArch.Description;
|
||||
TooltipText = TooltipText = $"{nodeArch.Signature}\n{nodeArch.Description}";
|
||||
CullChildren = false;
|
||||
BackgroundColor = Style.Current.BackgroundNormal;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user