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