Table of Contents

Class FlowGraphFunction

Namespace
Ceres.Editor.Flow
Assembly
Ceres.Flow.Editor.dll
public class FlowGraphFunction
Inheritance
FlowGraphFunction
Inherited Members

Constructors

FlowGraphFunction(FlowGraphFunctionAsset)

public FlowGraphFunction(FlowGraphFunctionAsset asset)

Parameters

asset FlowGraphFunctionAsset

Fields

Asset

public readonly FlowGraphFunctionAsset Asset

Field Value

FlowGraphFunctionAsset

ContainerType

public readonly Type ContainerType

Field Value

Type

InputParameterNames

public readonly string[] InputParameterNames

Field Value

string[]

InputTypes

public readonly Type[] InputTypes

Field Value

Type[]

ReturnType

public readonly Type ReturnType

Field Value

Type