Class FlowGraphAsset
Asset contains FlowGraphData that can be shared between multi IFlowGraphRuntime instances.
Implements
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public class FlowGraphAsset : FlowGraphScriptableObjectBase, IRedirectFlowGraphRuntimeType
Fields
runtimeType
Specific IFlowGraphRuntime type this asset act as at runtime
Declaration
public SerializedType<IFlowGraphRuntime> runtimeType
Field Value
| Type | Description |
|---|---|
| SerializedType<><IFlowGraphRuntime> |
Methods
GetRuntimeType()
Declaration
public virtual Type GetRuntimeType()
Returns
| Type | Description |
|---|---|
| Type |