facebook twitter hatena line email

Unity/Csharp/InputField

提供: 初心者エンジニアの簡易メモ
2017年11月13日 (月) 05:42時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==InputFieldをpassword(****)へ== GameObject obj = GameObject.Find ("Canvas/InputField"); obj.GetComponent<InputField> ().contentType = InputField.ContentType.Standard;」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

InputFieldをpassword(****)へ

GameObject obj = GameObject.Find ("Canvas/InputField");
obj.GetComponent<InputField> ().contentType = InputField.ContentType.Standard;