Class CustomFunctionOutputNodeView
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.CustomFunctions
Assembly: cs.temp.dll.dll
Syntax
public class CustomFunctionOutputNodeView : ExecutableNodeView, ICeresNodeView
Constructors
CustomFunctionOutputNodeView(Type, CeresGraphView)
Declaration
public CustomFunctionOutputNodeView(Type type, CeresGraphView graphView)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
CeresGraphView | graphView |
Methods
CompileNode()
Declaration
public override ExecutableNode CompileNode()
Returns
Type | Description |
---|---|
ExecutableNode |
Overrides
SetNodeInstance(CeresNode)
Declaration
public override void SetNodeInstance(CeresNode ceresNode)
Parameters
Type | Name | Description |
---|---|---|
CeresNode | ceresNode |