このページを含むバージョン:
このページを含まないバージョン:
テキストが描画中に transform.position.z からどのくらいのオフセットをとるか。
using UnityEngine;public class Example : MonoBehaviour { void Start() { GetComponent<TextMesh>().offsetZ = 5; } }