TextMesh.anchorvar anchor : TextAnchorDescriptionWhich point of the text shares the position of the Transform
JavaScript
GetComponent(TextMesh).anchor = TextAnchor.MiddleCenter; using UnityEngine; import UnityEngine |
