Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

GraphViewModel.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/ViewModels/GraphViewModel.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-graph/Editor/GraphView/ViewModels/GraphViewModel.cs

Source file hash: sha256:daa0b32c1e30b5bc84e562365cc044507a1a66a60d85dc6d34e79c1c71e637c1

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 11-28

Declaration hash: sha256:554d08ad577a74ebb9d13eefc4683ec1718dda6ddb1092533399fba6c7e0a7aa

C#
public class GraphViewModel
{
}

Original lines: 14

Declaration hash: sha256:3ed7e6ce11eefb4d1a13966ef3ac42d1c1ef95ff2f7fd0130e5dde69974ca728

C#
public GraphDefinition Graph { get; set; }

Original lines: 16

Declaration hash: sha256:8da1eca300455237a38487969b5810e194c97fe77e40e4376161b8829dc73fc9

C#
public LayoutState Layout { get; set; }

Method: GraphViewModel(GraphDefinition graph, LayoutState layout)

Section titled “Method: GraphViewModel(GraphDefinition graph, LayoutState layout)”

Original lines: 23-27

Declaration hash: sha256:6348e548ab8b64b633861cc4117adb5199588e1eb08abd5876e098a6b33990f2

C#
public GraphViewModel(GraphDefinition graph, LayoutState layout = null);
Full-size image