Table of Contents

Class FlowGraphAsset

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll

Asset contains FlowGraphData that can be shared between multi IFlowGraphRuntime instances.

public class FlowGraphAsset : FlowGraphScriptableObjectBase, IRedirectFlowGraphRuntimeType
Inheritance
object
FlowGraphAsset
Implements
Derived

Fields

runtimeType

Specific IFlowGraphRuntime type this asset act as at runtime

public SerializedType<IFlowGraphRuntime> runtimeType

Field Value

SerializedType<IFlowGraphRuntime>

Methods

GetRuntimeType()

public virtual Type GetRuntimeType()

Returns

Type