Class FlowGraphFunctionRegistry
Inheritance
object
FlowGraphFunctionRegistry
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 FlowGraphFunctionRegistry
Methods
FindFlowGraphFunctionFromAsset(FlowGraphFunctionAsset)
Declaration
public FlowGraphFunction FindFlowGraphFunctionFromAsset(FlowGraphFunctionAsset asset)
Parameters
Type | Name | Description |
---|---|---|
FlowGraphFunctionAsset | asset |
Returns
Type | Description |
---|---|
FlowGraphFunction |
Get()
Declaration
public static FlowGraphFunctionRegistry Get()
Returns
Type | Description |
---|---|
FlowGraphFunctionRegistry |
GetFlowGraphFunctions(Type)
Declaration
public FlowGraphFunction[] GetFlowGraphFunctions(Type runtimeType)
Parameters
Type | Name | Description |
---|---|---|
Type | runtimeType |
Returns
Type | Description |
---|---|
FlowGraphFunction[] |