Class FlowGraphFunction
Inheritance
object
FlowGraphFunction
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 FlowGraphFunction
Constructors
FlowGraphFunction(FlowGraphFunctionAsset)
Declaration
public FlowGraphFunction(FlowGraphFunctionAsset asset)
Parameters
Type | Name | Description |
---|---|---|
FlowGraphFunctionAsset | asset |
Fields
Asset
Declaration
public readonly FlowGraphFunctionAsset Asset
Field Value
Type | Description |
---|---|
FlowGraphFunctionAsset |
ContainerType
Declaration
public readonly Type ContainerType
Field Value
Type | Description |
---|---|
Type |
InputParameterNames
Declaration
public readonly string[] InputParameterNames
Field Value
Type | Description |
---|---|
string[] |
InputTypes
Declaration
public readonly Type[] InputTypes
Field Value
Type | Description |
---|---|
Type[] |
ReturnType
Declaration
public readonly Type ReturnType
Field Value
Type | Description |
---|---|
Type |