IGraphLayoutDecorator.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Layout/IGraphLayoutDecorator.cs.
Source snapshot ad0983d00d77.
On this page
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.
Type: IGraphLayoutDecorator
Section titled “Type: IGraphLayoutDecorator”Original lines: 57-65
Declaration hash: sha256:78236c12e10f68cc2b08cf8824f97b68b7e1476bed64e7a7ae1acf3e66314fc5
public interface IGraphLayoutDecorator{}Method: DecorateLayout(GraphLayoutContext context)
Section titled “Method: DecorateLayout(GraphLayoutContext context)”Original lines: 64
Declaration hash: sha256:abba830e1fcf2422b4de0eb30d14fe7fe2c4ea27c03a6408facf0cbb68ee1c90
void DecorateLayout(GraphLayoutContext context);Type: GraphLayoutContext
Section titled “Type: GraphLayoutContext”Original lines: 91-117
Declaration hash: sha256:d58d2e992f83439058f450e8d1e61861003f1f53ae30f2fe8977e10fa8336cc5
public sealed class GraphLayoutContext{}Property: Graph
Section titled “Property: Graph”Original lines: 96
Declaration hash: sha256:1f35a861046fb9d4f2e1d6d5ac2a33a9126a036a408a06291421f541cd849f38
public GraphDefinition Graph { get; }Property: Layout
Section titled “Property: Layout”Original lines: 99
Declaration hash: sha256:d60e97a1b2e94bec0c118d8978cee9faa41b2539018b3ed4110433bf22fa336c
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
public GraphLayoutContext(GraphDefinition graph, LayoutState layout);