TextMesh.lineSpacing
var lineSpacing: float;
Description

How much space will be in-between lines of text.

	GetComponent(TextMesh).lineSpacing = 10;