Class FlowGraphEditorObject
Editor flow graph data container
Inheritance
object
FlowGraphEditorObject
Assembly: cs.temp.dll.dll
Syntax
public class FlowGraphEditorObject : ScriptableObject
Properties
GraphData
Undoable editor time graph data
Declaration
public FlowGraphData GraphData { get; set; }
Property Value
GraphInstance
Declaration
public FlowGraph GraphInstance { get; }
Property Value
GraphNameContents
Declaration
public GUIContent[] GraphNameContents { get; }
Property Value
Type |
Description |
GUIContent[] |
|
GraphNames
Declaration
public string[] GraphNames { get; }
Property Value
Type |
Description |
string[] |
|
Methods
CreateTemporary(IFlowGraphContainer)
Declaration
public static FlowGraphEditorObject CreateTemporary(IFlowGraphContainer container)
Parameters
Returns
DestroyTemporary()
Declaration
public void DestroyTemporary()
Update()
Declaration