Class SetupZone
Inheritance
object
SetupZone
Namespace: Axis.Navigation.Grid
Assembly: cs.temp.dll.dll
Syntax
public class SetupZone : ScriptableObject
Fields
GizmosColor
The main color used to render this zone tiles in gizmos
Declaration
public Color GizmosColor
Field Value
Type | Description |
---|---|
Color |
OnlyFlying
Declaration
public bool OnlyFlying
Field Value
Type | Description |
---|---|
bool |
ShowGizmos
Declaration
public bool ShowGizmos
Field Value
Type | Description |
---|---|
bool |
Terrain
Effects to apply to NavAgents when entering this NavZone's tiles
Declaration
public TerrainEffect Terrain
Field Value
Type | Description |
---|---|
TerrainEffect |
terrainType
The type of terrain this zone is made of
Declaration
public TerrainType terrainType
Field Value
Type | Description |
---|---|
TerrainType |