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