Kairoengine grids library.

James Peret a6de74584f Bumped package version to 0.1.6 1 year ago
Runtime 81deeec3d0 Added Ui component for placed object encyclopedia article 1 year ago
.gitignore 59f12b6e78 Initial commit 2 years ago
ChangeLog.md 59f12b6e78 Initial commit 2 years ago
ChangeLog.md.meta 59f12b6e78 Initial commit 2 years ago
Readme.md a6de74584f Bumped package version to 0.1.6 1 year ago
Readme.md.meta 59f12b6e78 Initial commit 2 years ago
Runtime.meta 59f12b6e78 Initial commit 2 years ago
package.json a6de74584f Bumped package version to 0.1.6 1 year ago
package.json.meta 633d58a6c9 Updated package info and deleted empty folders 2 years ago

Readme.md

📦 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