TextMesh.text
var text: string;
Description

The text that is displayed.

	// Set the text of the attached Text mesh
	GetComponent(TextMesh).text = "Hello World";