No description
Find a file
2022-05-02 23:30:38 -03:00
Runtime Added Ui component for placed object encyclopedia article 2022-05-02 23:28:12 -03:00
.gitignore Initial commit 2021-09-29 17:25:23 -03:00
ChangeLog.md Initial commit 2021-09-29 17:25:23 -03:00
ChangeLog.md.meta Initial commit 2021-09-29 17:25:23 -03:00
package.json Bumped package version to 0.1.6 2022-05-02 23:30:38 -03:00
package.json.meta Updated package info and deleted empty folders 2021-10-26 16:40:47 -03:00
Readme.md Bumped package version to 0.1.6 2022-05-02 23:30:38 -03:00
Readme.md.meta Initial commit 2021-09-29 17:25:23 -03:00
Runtime.meta Initial commit 2021-09-29 17:25:23 -03:00

📦 KairoEngine.Grids v0.1.6

🛑Required packages

  • KairoEngine.Core

📄Namespaces

  • KairoEngine.Grids

Class Reference

  • Grid

  • GridObject

  • GridBuildingSystem

  • PlacedObjectType

  • PlacedObject

  • PlacebleObjectRule

    • Rules:

      • EmptyCell - All cells in grid have no PlacedObjects

      • HasConnector - Both parts need to have a valid connector between two cells.

      • TargetCellHasObject - The cell represented by a position offset needs to have a certain PlacedObject

      • TargetEmptyIsCell -The cell represented by a position offset needs to be empty.

      • CellInRadius - A specified PlacedObject needs to exist in a certain radius

      • EmptyArea - All cells in a radius need to be empty

      • ?CellOcupied - The cells in the grid are ocupied by a specific PlacedObject

  • PlacebleObjectRulesGroup

stockpile