Class FlowGraphFunctionSerializedInfo
Inheritance
object
FlowGraphFunctionSerializedInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public class FlowGraphFunctionSerializedInfo
Fields
inputParameters
Declaration
public CustomFunctionInputParameter[] inputParameters
Field Value
Type | Description |
---|---|
CustomFunctionInputParameter[] |
returnParameter
Declaration
public CustomFunctionOutputParameter returnParameter
Field Value
Type | Description |
---|---|
CustomFunctionOutputParameter |