Class FlowGraphAsset
Asset contains FlowGraphData that can be shared between multi IFlowGraphRuntime instances.
public class FlowGraphAsset : FlowGraphScriptableObjectBase, IFlowGeneratedRuntimeContainer, IFlowGraphContainer, ICeresGraphContainer, IRedirectFlowGraphRuntimeType
- Inheritance
-
FlowGraphAsset
- Implements
- Derived
- Inherited Members
Constructors
FlowGraphAsset()
public FlowGraphAsset()
Fields
runtimeType
Specific IFlowGraphRuntime type this asset act as at runtime
public SerializedType<IFlowGraphRuntime> runtimeType
Field Value
Methods
GetRuntimeType()
Get the specific IFlowGraphRuntime type instance
[ExecutableFunction]
public virtual Type GetRuntimeType()
Returns
Invoke_GetRuntimeType(FlowGraphAsset)
public static Type Invoke_GetRuntimeType(FlowGraphAsset value)
Parameters
valueFlowGraphAsset