| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/TextMesh-offsetZ.html | [Back] [Original] |
How far should the text be offset from the transform.position.z when drawing.
using UnityEngine;
public class Example : MonoBehaviour { void Start() { GetComponent<TextMesh>().offsetZ = 5; } }
| Web Proxy Viewer | New URL | Original Page |