Class DelegateEventNodeViewFactoryProxy
Inheritance
object
DelegateEventNodeViewFactoryProxy
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 DelegateEventNodeViewFactoryProxy : IExecutableNodeViewFactoryProxy
Fields
DelegateType
Declaration
public Type DelegateType
Field Value
Type | Description |
---|---|
Type |
Methods
Create(ExecutableNodeSearchWindow, CeresNodeSearchEntryData, Rect)
Declaration
public ExecutableNodeView Create(ExecutableNodeSearchWindow searchWindow, CeresNodeSearchEntryData entryData, Rect rect)
Parameters
Type | Name | Description |
---|---|---|
ExecutableNodeSearchWindow | searchWindow | |
CeresNodeSearchEntryData | entryData | |
Rect | rect |
Returns
Type | Description |
---|---|
ExecutableNodeView |