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

Original file: ../bitquirky-graph/Editor/GraphView/GraphLayoutStrategy.cs

Source file hash: sha256:32df11971e6c3c4591fd6134419217688714cbc2c0f40f923d2967182ed33aca

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

Original lines: 15-22

Declaration hash: sha256:6321e2319ffa662e2616936225899fdbb359f34835173da205c04c5f674db0ca

C#
public interface IGraphLayoutStrategy
{
}

Method: BuildLayout(GraphDefinition graph)

Section titled “Method: BuildLayout(GraphDefinition graph)”

Original lines: 21

Declaration hash: sha256:c0fc1d43f8c7f59b55c9fb8ac426baa4af0da28d5b70f2c501a75402a2d50c1f

C#
LayoutState BuildLayout(GraphDefinition graph);

Original lines: 35-41

Declaration hash: sha256:01b30f5ba95262e704990accd67d25cd88c5f86276c2697b58d4aa152518a464

C#
public enum TreeLayoutOrientation
{
}

Original lines: 38

Declaration hash: sha256:727cd3a64d792ad410e3cb6036da3eb54dbac258e87c554e3b6081c1a5efc0e6

C#
Vertical

Original lines: 40

Declaration hash: sha256:0abba441f16eff90782e7a820fd5abb05a1749cca37bff515e4cc968238a2d26

C#
Horizontal

Original lines: 60-355

Declaration hash: sha256:22500588e059680279baa7d301970ae8a4a925ffb0d3ad726e19ef466e5c18f5

C#
public sealed class TreeLayoutStrategy : IGraphLayoutStrategy
{
}

Method: TreeLayoutStrategy(float siblingSpacing, float levelSpacing, Vector2? origin, TreeLayoutOrientation orientation)

Section titled “Method: TreeLayoutStrategy(float siblingSpacing, float levelSpacing, Vector2? origin, TreeLayoutOrientation orientation)”

Original lines: 75-85

Declaration hash: sha256:aca7a97874512edbd819f9f4b751cb8433a4d3686fe09cb47c86c74f4839d0d4

C#
public TreeLayoutStrategy(float siblingSpacing = 34f, float levelSpacing = 58f, Vector2? origin = null, TreeLayoutOrientation orientation = TreeLayoutOrientation.Vertical);

Original lines: 88

Declaration hash: sha256:ea9c6316a2010c1b7449d8591aaec94fd25a6186790319a8e9324944740204a6

C#
public TreeLayoutOrientation Orientation { get; }

Method: BuildLayout(GraphDefinition graph)

Section titled “Method: BuildLayout(GraphDefinition graph)”

Original lines: 94-97

Declaration hash: sha256:8fb6673b4be65e186a93cc3059ff7d5dc535a4ec4aace8b9060c9ad76db0957d

C#
public LayoutState BuildLayout(GraphDefinition graph);
Full-size image