Class FlowGraphAsset
Asset contains FlowGraphData that can be shared between multi IFlowGraphRuntime instances.
public class FlowGraphAsset : FlowGraphScriptableObjectBase, IRedirectFlowGraphRuntimeType
- Inheritance
-
objectFlowGraphAsset
- 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