Property PatchGridSize
PatchGridSize
The terrain divides grass to several patches. This value determine size of the patch grid. Ex: PatchGridSize = 16 -> 16x16=256 patches.
public int PatchGridSize { get; set; }
The terrain divides grass to several patches. This value determine size of the patch grid. Ex: PatchGridSize = 16 -> 16x16=256 patches.
public int PatchGridSize { get; set; }