Table of Contents

Class FlowGraphEditorObject

Namespace
Ceres.Editor.Flow
Assembly
Ceres.Flow.Editor.dll

Editor flow graph data container

public class FlowGraphEditorObject : ScriptableObject
Inheritance
FlowGraphEditorObject

Constructors

FlowGraphEditorObject()

public FlowGraphEditorObject()

Properties

GraphData

Undoable editor time graph data

public FlowGraphData GraphData { get; set; }

Property Value

FlowGraphData

GraphInstance

public FlowGraph GraphInstance { get; }

Property Value

FlowGraph

GraphNameContents

public GUIContent[] GraphNameContents { get; }

Property Value

GUIContent[]

GraphNames

public string[] GraphNames { get; }

Property Value

string[]

Methods

CreateTemporary(IFlowGraphContainer)

public static FlowGraphEditorObject CreateTemporary(IFlowGraphContainer container)

Parameters

container IFlowGraphContainer

Returns

FlowGraphEditorObject

DestroyTemporary()

public void DestroyTemporary()

Update()

public void Update()