Property tileSize
tileSize
Gets or sets the width of the square grid of voxels that the NavMesh building process uses for sampling the scene geometry.
Declaration
public int tileSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Remarks
This value represents a number of voxels. Together with voxelSize it determines the real size of the individual sections that comprise the NavMesh.