Table of Contents

Class FlowGraphFunctionRegistry

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

Methods

FindFlowGraphFunctionFromAsset(FlowGraphFunctionAsset)

public FlowGraphFunction FindFlowGraphFunctionFromAsset(FlowGraphFunctionAsset asset)

Parameters

asset FlowGraphFunctionAsset

Returns

FlowGraphFunction

Get()

public static FlowGraphFunctionRegistry Get()

Returns

FlowGraphFunctionRegistry

GetFlowGraphFunctions(Type)

public FlowGraphFunction[] GetFlowGraphFunctions(Type runtimeType)

Parameters

runtimeType Type

Returns

FlowGraphFunction[]