Lost Lily/Grid ToolkitDocs 1.0
Table of Contents

IGridStructureFootprintEditorAdapter

Note

Preview API. Public and supported for evaluation, but its contract may change in a future release.

Contract Value
Assembly LostLily.GridToolkit.Editor
Namespace LostLily.GridToolkit.Editor
Kind interface
Tier Preview
Roles ExtensionPoint, EditorIntegration
Validated version 1.0.0

Declaration

type interface LostLily.GridToolkit.Editor.IGridStructureFootprintEditorAdapter

Public members

Methods

LostLily.GridToolkit.Topology.IGridTopology ResolveTopology(LostLily.GridToolkit.Authoring.GridStructureAsset)
LostLily.GridToolkit.Visualization.IGridLayout CreateLayout(LostLily.GridToolkit.Authoring.GridStructureAsset,System.Single)
System.Boolean CanHandle(LostLily.GridToolkit.Authoring.GridStructureAsset)
System.Collections.Generic.IReadOnlyList<LostLily.GridToolkit.Coordinates.GridCoordinate> GetCandidateCoordinates(LostLily.GridToolkit.Authoring.GridStructureAsset,System.Int32)
System.Collections.Generic.IReadOnlyList<LostLily.GridToolkit.Coordinates.GridCoordinate> GetCandidateCoordinates(LostLily.GridToolkit.Authoring.GridStructureAsset,UnityEngine.Rect,System.Single,System.Int32)
System.Collections.Generic.IReadOnlyList<LostLily.GridToolkit.Coordinates.GridCoordinate> GetFootprint(LostLily.GridToolkit.Authoring.GridStructureAsset)
System.String FormatCoordinate(LostLily.GridToolkit.Coordinates.GridCoordinate)
System.Void SetFootprint(LostLily.GridToolkit.Authoring.GridStructureAsset,System.Collections.Generic.IEnumerable<LostLily.GridToolkit.Coordinates.GridCoordinate>)

Properties

LostLily.GridToolkit.Coordinates.GridCoordinate Anchor { get; }
System.Boolean SupportsEditing { get; }
System.String TopologyId { get; }

Versioning

Generated from the public Grid Toolkit 1.0.0 API metadata. Use the tier above when deciding how strongly to couple your project to this contract.