- Added optional description panel to visject CM
- Enbaled description panel for visual scripting - Archetype description now gets drawn in description panel
This commit is contained in:
@@ -237,6 +237,7 @@ namespace FlaxEditor.Surface
|
||||
return new VisjectCM(new VisjectCM.InitInfo
|
||||
{
|
||||
CanSetParameters = CanSetParameters,
|
||||
UseDescriptionPanel = UseContextMenuDescriptionPanel,
|
||||
Groups = NodeArchetypes,
|
||||
CanSpawnNode = CanUseNodeType,
|
||||
ParametersGetter = () => Parameters,
|
||||
|
||||
Reference in New Issue
Block a user