Merge branch 'descript-cm-anim-mat' of https://github.com/Tryibion/FlaxEngine into Tryibion-descript-cm-anim-mat
This commit is contained in:
@@ -89,6 +89,9 @@ namespace FlaxEditor.Surface
|
|||||||
|
|
||||||
private static NodesCache _nodesCache = new NodesCache(IterateNodesCache);
|
private static NodesCache _nodesCache = new NodesCache(IterateNodesCache);
|
||||||
|
|
||||||
|
/// <inheritdoc />
|
||||||
|
public override bool UseContextMenuDescriptionPanel => true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The state machine editing context menu.
|
/// The state machine editing context menu.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ namespace FlaxEditor.Surface
|
|||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public override bool CanLivePreviewValueChanges => false;
|
public override bool CanLivePreviewValueChanges => false;
|
||||||
|
|
||||||
|
/// <inheritdoc />
|
||||||
|
public override bool UseContextMenuDescriptionPanel => true;
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public override string GetTypeName(ScriptType type)
|
public override string GetTypeName(ScriptType type)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -24,6 +24,9 @@ namespace FlaxEditor.Surface
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public FlaxEditor.Surface.Archetypes.Particles.ParticleEmitterNode RootNode => _rootNode;
|
public FlaxEditor.Surface.Archetypes.Particles.ParticleEmitterNode RootNode => _rootNode;
|
||||||
|
|
||||||
|
/// <inheritdoc />
|
||||||
|
public override bool UseContextMenuDescriptionPanel => true;
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
public ParticleEmitterSurface(IVisjectSurfaceOwner owner, Action onSave, FlaxEditor.Undo undo)
|
public ParticleEmitterSurface(IVisjectSurfaceOwner owner, Action onSave, FlaxEditor.Undo undo)
|
||||||
: base(owner, onSave, undo)
|
: base(owner, onSave, undo)
|
||||||
|
|||||||
Reference in New Issue
Block a user