Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

TextMesh.lineSpacing

Switch to Manual
public var lineSpacing: float;

Description

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

	GetComponent.<TextMesh>().lineSpacing = 10;