GraphLayoutStrategy.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/GraphLayoutStrategy.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: IGraphLayoutStrategy
Section titled “Type: IGraphLayoutStrategy”Original lines: 15-22
Declaration hash: sha256:6321e2319ffa662e2616936225899fdbb359f34835173da205c04c5f674db0ca
public interface IGraphLayoutStrategy{}Method: BuildLayout(GraphDefinition graph)
Section titled “Method: BuildLayout(GraphDefinition graph)”Original lines: 21
Declaration hash: sha256:c0fc1d43f8c7f59b55c9fb8ac426baa4af0da28d5b70f2c501a75402a2d50c1f
LayoutState BuildLayout(GraphDefinition graph);Type: TreeLayoutOrientation
Section titled “Type: TreeLayoutOrientation”Original lines: 35-41
Declaration hash: sha256:01b30f5ba95262e704990accd67d25cd88c5f86276c2697b58d4aa152518a464
public enum TreeLayoutOrientation{}Field: Vertical
Section titled “Field: Vertical”Original lines: 38
Declaration hash: sha256:727cd3a64d792ad410e3cb6036da3eb54dbac258e87c554e3b6081c1a5efc0e6
VerticalField: Horizontal
Section titled “Field: Horizontal”Original lines: 40
Declaration hash: sha256:0abba441f16eff90782e7a820fd5abb05a1749cca37bff515e4cc968238a2d26
HorizontalType: TreeLayoutStrategy
Section titled “Type: TreeLayoutStrategy”Original lines: 60-355
Declaration hash: sha256:22500588e059680279baa7d301970ae8a4a925ffb0d3ad726e19ef466e5c18f5
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
public TreeLayoutStrategy(float siblingSpacing = 34f, float levelSpacing = 58f, Vector2? origin = null, TreeLayoutOrientation orientation = TreeLayoutOrientation.Vertical);Property: Orientation
Section titled “Property: Orientation”Original lines: 88
Declaration hash: sha256:ea9c6316a2010c1b7449d8591aaec94fd25a6186790319a8e9324944740204a6
public TreeLayoutOrientation Orientation { get; }Method: BuildLayout(GraphDefinition graph)
Section titled “Method: BuildLayout(GraphDefinition graph)”Original lines: 94-97
Declaration hash: sha256:8fb6673b4be65e186a93cc3059ff7d5dc535a4ec4aace8b9060c9ad76db0957d
public LayoutState BuildLayout(GraphDefinition graph);