The grid layout creates a grid of agents.
Attributes
Attributes | Type | Overridable | Description |
---|---|---|---|
agentType | string | no | The agent type name. |
direction | vector3 | no | The direction of the agents. |
randomDirection | vector3 | no | Random factors for each axis of the direction vector. |
space | vector3 | no | Spacing of the grid. |
randomSpace | vector3 | no | Max spacing variation from point on grid. |
seed | int | no | Seed random value. |
size | vector3 | no | Size of the grid. |