TextMesh.offsetZ Manual     Reference     Scripting  
Scripting > Runtime Classes > TextMesh
TextMesh.offsetZ

var offsetZ : float

Description

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

JavaScript
GetComponent(TextMesh).offsetZ = 5;