Table of Contents

Class FlowGraphAsset

Namespace
Ceres.Flow
Assembly
Ceres.Flow.dll

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

SerializedType<IFlowGraphRuntime>

Methods

GetRuntimeType()

Get the specific IFlowGraphRuntime type instance

[ExecutableFunction]
public virtual Type GetRuntimeType()

Returns

Type

Invoke_GetRuntimeType(FlowGraphAsset)

public static Type Invoke_GetRuntimeType(FlowGraphAsset value)

Parameters

value FlowGraphAsset

Returns

Type