Struct TerrainUtility.TerrainMap.TileCoord
Inherited Members
Namespace: UnityEngine.Experimental.TerrainAPI
Assembly: UnityEngine.dll
Syntax
public struct TileCoord
Constructors
| Improve this Doc View SourceTileCoord(Int32, Int32)
Declaration
public TileCoord(int tileX, int tileZ)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | tileX | |
| Int32 | tileZ |
Fields
| Improve this Doc View SourcetileX
Declaration
public readonly int tileX
Field Value
| Type | Description |
|---|---|
| Int32 |
tileZ
Declaration
public readonly int tileZ
Field Value
| Type | Description |
|---|---|
| Int32 |