Merge branch 'Tryibion-descript-cm-anim-mat'

This commit is contained in:
Wojtek Figat
2024-08-15 14:58:24 +02:00
3 changed files with 9 additions and 0 deletions

View File

@@ -89,6 +89,9 @@ namespace FlaxEditor.Surface
private static NodesCache _nodesCache = new NodesCache(IterateNodesCache);
/// <inheritdoc />
public override bool UseContextMenuDescriptionPanel => true;
/// <summary>
/// The state machine editing context menu.
/// </summary>

View File

@@ -25,6 +25,9 @@ namespace FlaxEditor.Surface
/// <inheritdoc />
public override bool CanLivePreviewValueChanges => false;
/// <inheritdoc />
public override bool UseContextMenuDescriptionPanel => true;
/// <inheritdoc />
public override string GetTypeName(ScriptType type)
{

View File

@@ -24,6 +24,9 @@ namespace FlaxEditor.Surface
/// </summary>
public FlaxEditor.Surface.Archetypes.Particles.ParticleEmitterNode RootNode => _rootNode;
/// <inheritdoc />
public override bool UseContextMenuDescriptionPanel => true;
/// <inheritdoc />
public ParticleEmitterSurface(IVisjectSurfaceOwner owner, Action onSave, FlaxEditor.Undo undo)
: base(owner, onSave, undo)