Property minHeight
minHeight
Gets or sets the minimum instance height multiplier.
public float minHeight { get; set; }
Property Value
Remarks
Values below zero are clamped to zero. Unity Terrain forwards this to UnityEngine.DetailPrototype.minHeight. Polaris combines it with minWidth when building prototype size.