FontStyle.Normal 正常
FontStyle.Normal
Description描述
No special style is applied.
没有使用特别的样式,也就是正常的样式。
using UnityEngine;
using System.Collections;
public class example : MonoBehaviour {
public void Awake() {
guiText.fontStyle = FontStyle.Normal;
}
}
guiText.fontStyle = FontStyle.Normal;
最后修改:2011年1月19日 Wednesday 17:56