Content-Length: 18806 | pFad | https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/TextMesh-font.html
The Font used.
Additional resources: text mesh component.
using UnityEngine;
public class Example : MonoBehaviour { void Start() { // Set the text of the attached Text mesh Font newFont = new Font(); GetComponent<TextMesh>().font = newFont; } }
Fetched URL: https://docs.unity3d.com/ScriptReference/../Manual/../ScriptReference/TextMesh-font.html
Alternative Proxies: