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

IGraphLayoutDecorator.cs declarations

Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Layout/IGraphLayoutDecorator.cs.

Source snapshot ad0983d00d77.

Original file: ../bitquirky-graph/Editor/GraphView/Layout/IGraphLayoutDecorator.cs

Source file hash: sha256:e5d2fc2d66409f549c28cb0e0c5daa8f38d66c3e5376a0acb7fa4374379a83e6

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

Original lines: 57-65

Declaration hash: sha256:78236c12e10f68cc2b08cf8824f97b68b7e1476bed64e7a7ae1acf3e66314fc5

C#
public interface IGraphLayoutDecorator
{
}

Method: DecorateLayout(GraphLayoutContext context)

Section titled “Method: DecorateLayout(GraphLayoutContext context)”

Original lines: 64

Declaration hash: sha256:abba830e1fcf2422b4de0eb30d14fe7fe2c4ea27c03a6408facf0cbb68ee1c90

C#
void DecorateLayout(GraphLayoutContext context);

Original lines: 91-117

Declaration hash: sha256:d58d2e992f83439058f450e8d1e61861003f1f53ae30f2fe8977e10fa8336cc5

C#
public sealed class GraphLayoutContext
{
}

Original lines: 96

Declaration hash: sha256:1f35a861046fb9d4f2e1d6d5ac2a33a9126a036a408a06291421f541cd849f38

C#
public GraphDefinition Graph { get; }

Original lines: 99

Declaration hash: sha256:d60e97a1b2e94bec0c118d8978cee9faa41b2539018b3ed4110433bf22fa336c

C#
public LayoutState Layout { get; }

Method: GraphLayoutContext(GraphDefinition graph, LayoutState layout)

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

Original lines: 110-114

Declaration hash: sha256:013682282cee2163372b6bb264a90e28b3816733ec1548de1338671482d1be81

C#
public GraphLayoutContext(GraphDefinition graph, LayoutState layout);
Full-size image