最終更新:2019-01-14 (月) 04:13:34 (1922d)  

UnityEngine.UI.InputField
Top / UnityEngine.UI.InputField

https://docs.unity3d.com/ja/2017.4/ScriptReference/UI.InputField.html

UI.InputField.ContentType?

  • Standardすべての入力を可能にします。
    Autocorrectedすべての入力を可能にし、自動補正をサポートするプラットフォームでそれを行います。
    IntegerNumber?数字(正または負)
    DecimalNumber?進数(正または負)を許可します
    AlphanumericA-Z、a-z、0-9 を許可します
    NameThe InputField? is used for typing in a name, and enforces capitalization of the first letter of each word. Note that the user can circumvent the first letter capitalization rules by deleting automatically-capitalized letters.
    EmailAddress?入力はメールアドレスを打ち込むために使用されます。
    Passwordすべての入力を可能にし、アスタリスク文字(*)として表示することで、入力された文字を隠します。
    Pin整数を使用可能にして、アスタリスク文字(*)として表示することによって、入力された文字を隠します。
    Customユーザーが定義した設定を使用可能にするカスタムタイプ。