TextMesh.offsetZ
var offsetZ: float;
Description

How far should the text be offset from the transform.position.z when drawing.

	GetComponent(TextMesh).offsetZ = 5;