Class CustomExecutionEventNodeView
Inheritance
object
CustomExecutionEventNodeView
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Editor.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public class CustomExecutionEventNodeView : ExecutionEventBaseNodeView, ICeresNodeView
Constructors
CustomExecutionEventNodeView(Type, CeresGraphView)
Declaration
public CustomExecutionEventNodeView(Type type, CeresGraphView graphView)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
CeresGraphView | graphView |
Methods
CanRename()
Declaration
protected override bool CanRename()
Returns
Type | Description |
---|---|
bool |
Overrides
UpdateEventTitle()
Declaration
protected override void UpdateEventTitle()