Class TextInputType | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class TextInputType

    Inheritance
    Object
    TextInputType
    Namespace: Unity.UIWidgets.service
    Syntax
    public class TextInputType : IEquatable<TextInputType>

    Fields

    _names

    Declaration
    public static List<string> _names
    Field Value
    Type Description
    List<String>

    datetime

    Declaration
    public static readonly TextInputType datetime
    Field Value
    Type Description
    TextInputType

    decimalNum

    Declaration
    public readonly bool? decimalNum
    Field Value
    Type Description
    Nullable<Boolean>

    emailAddress

    Declaration
    public static readonly TextInputType emailAddress
    Field Value
    Type Description
    TextInputType

    index

    Declaration
    public readonly int index
    Field Value
    Type Description
    Int32

    multiline

    Declaration
    public static readonly TextInputType multiline
    Field Value
    Type Description
    TextInputType

    number

    Declaration
    public static readonly TextInputType number
    Field Value
    Type Description
    TextInputType

    phone

    Declaration
    public static readonly TextInputType phone
    Field Value
    Type Description
    TextInputType

    signed

    Declaration
    public readonly bool? signed
    Field Value
    Type Description
    Nullable<Boolean>

    text

    Declaration
    public static readonly TextInputType text
    Field Value
    Type Description
    TextInputType

    url

    Declaration
    public static readonly TextInputType url
    Field Value
    Type Description
    TextInputType

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    Equals(TextInputType)

    Declaration
    public bool Equals(TextInputType other)
    Parameters
    Type Name Description
    TextInputType other
    Returns
    Type Description
    Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    numberWithOptions(Boolean, Boolean)

    Declaration
    public static TextInputType numberWithOptions(bool signed = false, bool decimalNum = false)
    Parameters
    Type Name Description
    Boolean signed
    Boolean decimalNum
    Returns
    Type Description
    TextInputType

    toJson()

    Declaration
    public JSONNode toJson()
    Returns
    Type Description
    JSONNode

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Operators

    Equality(TextInputType, TextInputType)

    Declaration
    public static bool operator ==(TextInputType left, TextInputType right)
    Parameters
    Type Name Description
    TextInputType left
    TextInputType right
    Returns
    Type Description
    Boolean

    Inequality(TextInputType, TextInputType)

    Declaration
    public static bool operator !=(TextInputType left, TextInputType right)
    Parameters
    Type Name Description
    TextInputType left
    TextInputType right
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023