Class LevelGraphEditor
Inheritance
System.Object
LevelGraphEditor
Assembly: cs.temp.dll.dll
Syntax
public class LevelGraphEditor : EditorWindow
Fields
CurrentState
Declaration
public LevelGraphEditor.State CurrentState
Field Value
Properties
LevelGraph
Declaration
public LevelGraph LevelGraph { get; }
Property Value
Methods
CreateConnection(RoomControl, RoomControl)
Creates a connection between the two given rooms.
Declaration
public ConnectionBase CreateConnection(RoomControl from, RoomControl to)
Parameters
Returns
CreateConnectionControl(ConnectionBase)
Create a connection control for a given connection.
Declaration
public ConnectionControl CreateConnectionControl(ConnectionBase connection)
Parameters
Returns
Initialize(LevelGraph)
Initialize the window with a given level graph.
Declaration
public void Initialize(LevelGraph levelGraph)
Parameters
OnDisable()
Declaration
OnEnable()
Declaration
OnGUI()
Declaration
Update()
Declaration