Lost Lily/Grid ToolkitDocs 1.0
Table of Contents

GridStructureLibraryAsset

Note

Stable API. Supported for production use within the 1.x compatibility contract.

Contract Value
Assembly LostLily.GridToolkit.Authoring
Namespace LostLily.GridToolkit.Authoring
Kind class
Tier Stable
Roles CustomerWorkflow, SerializedContract
Validated version 1.0.0

Declaration

type class LostLily.GridToolkit.Authoring.GridStructureLibraryAsset : LostLily.GridToolkit.Occupancy.IGridStructureDefinitionResolver,UnityEngine.ScriptableObject

Public members

Methods

LostLily.GridToolkit.Authoring.GridAuthoringBuildReport ValidateLibrary()
System.Boolean TryGetStructureDefinition(System.String,out LostLily.GridToolkit.Occupancy.GridStructureDefinition)
System.Boolean TryResolveAsset(System.String,out LostLily.GridToolkit.Authoring.GridStructureAsset)
System.Collections.Generic.IEnumerable<LostLily.GridToolkit.Occupancy.GridStructureDefinition> GetStructureDefinitions()
System.Void .ctor()
System.Void SetStructures(System.Collections.Generic.IEnumerable<LostLily.GridToolkit.Authoring.GridStructureAsset>)

Properties

System.Collections.Generic.IReadOnlyList<LostLily.GridToolkit.Authoring.GridStructureAsset> Structures { 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.