TouchScreenKeyboard
UnityObjectLink
TouchScreenKeyboard

class:/TYPE/UnityEngine.TouchScreenKeyboard//, can be loaded from an assetbundle using TouchScreenKeyboard::createfromassetbundle(bundlename,prefabname) /

Parent

UnityObjectLink

Variables
active
System.Boolean active
cangetselection
readonly System.Boolean cangetselection
cansetselection
readonly System.Boolean cansetselection
characterlimit
System.Int32 characterlimit
selection
UnityEngine.RangeInt selection
status
readonly UnityEngine.TouchScreenKeyboard.Status status
targetdisplay
System.Int32 targetdisplay
text
System.String text
touchscreenkeyboard::​area
static readonly UnityEngine.Rect touchscreenkeyboard::area
touchscreenkeyboard::​hideinput
static System.Boolean touchscreenkeyboard::hideinput
touchscreenkeyboard::​isinplaceeditingallowed
static readonly System.Boolean touchscreenkeyboard::isinplaceeditingallowed
touchscreenkeyboard::​issupported
static readonly System.Boolean touchscreenkeyboard::issupported
touchscreenkeyboard::​status::​canceled
static readonly touchscreenkeyboard::status::canceled

enum constant number 2

touchscreenkeyboard::​status::​done
static readonly touchscreenkeyboard::status::done

enum constant number 1

touchscreenkeyboard::​status::​lostfocus
static readonly touchscreenkeyboard::status::lostfocus

enum constant number 3

touchscreenkeyboard::​status::​visible
static readonly touchscreenkeyboard::status::visible

enum constant number 0

touchscreenkeyboard::​visible
static readonly System.Boolean touchscreenkeyboard::visible
type
readonly UnityEngine.TouchScreenKeyboardType type
Functions
touchscreenkeyboard::​create
static UnityEngine.TouchScreenKeyboard Create (
System.String text,
UnityEngine.TouchScreenKeyboardType keyboardType,
System.Boolean autocorrection,
System.Boolean multiline,
System.Boolean secure,
System.Boolean alert,
System.String textPlaceholder,
System.Int32 characterLimit
)

Constructor replaces new;

Parameters
text
System.String

no description

keyboardType
UnityEngine.TouchScreenKeyboardType

no description

autocorrection
System.Boolean

no description

multiline
System.Boolean

no description

secure
System.Boolean

no description

alert
System.Boolean

no description

textPlaceholder
System.String

no description

characterLimit
System.Int32

no description

Returns

UnityEngine.TouchScreenKeyboard

touchscreenkeyboard::​fromassetbundle
static UnityEngine.TouchScreenKeyboard CreateFromAssetBundle(
string bundle,
string objectname
)

Constructor for object from a bundle

Parameters
bundle
string

bundle name

objectname
string

object name with extension

Returns

UnityEngine.TouchScreenKeyboard

touchscreenkeyboard::​open
static UnityEngine.TouchScreenKeyboard Open(
System.String text,
UnityEngine.TouchScreenKeyboardType keyboardType,
System.Boolean autocorrection
)

System.String text-no documentation

Parameters
text
System.String

no documentation

keyboardType
UnityEngine.TouchScreenKeyboardType

no documentation autocorrection -

Returns

UnityEngine.TouchScreenKeyboard

touchscreenkeyboard::​open
static UnityEngine.TouchScreenKeyboard Open(
System.String text,
UnityEngine.TouchScreenKeyboardType keyboardType,
System.Boolean autocorrection,
System.Boolean multiline,
System.Boolean secure
)

System.String text-no documentation

Parameters
text
System.String

no documentation

keyboardType
UnityEngine.TouchScreenKeyboardType

no documentation

autocorrection
System.Boolean

no documentation

multiline
System.Boolean

no documentation secure -

Returns

UnityEngine.TouchScreenKeyboard

touchscreenkeyboard::​open
static UnityEngine.TouchScreenKeyboard Open(
System.String text,
UnityEngine.TouchScreenKeyboardType keyboardType,
System.Boolean autocorrection,
System.Boolean multiline,
System.Boolean secure,
System.Boolean alert
)

System.String text-no documentation

Parameters
text
System.String

no documentation

keyboardType
UnityEngine.TouchScreenKeyboardType

no documentation

autocorrection
System.Boolean

no documentation

multiline
System.Boolean

no documentation

secure
System.Boolean

no documentation alert -

Returns

UnityEngine.TouchScreenKeyboard

touchscreenkeyboard::​open
static UnityEngine.TouchScreenKeyboard Open(
System.String text,
UnityEngine.TouchScreenKeyboardType keyboardType,
System.Boolean autocorrection,
System.Boolean multiline,
System.Boolean secure,
System.Boolean alert,
System.String textPlaceholder
)

System.String text-no documentation

Parameters
text
System.String

no documentation

keyboardType
UnityEngine.TouchScreenKeyboardType

no documentation

autocorrection
System.Boolean

no documentation

multiline
System.Boolean

no documentation

secure
System.Boolean

no documentation

alert
System.Boolean

no documentation textPlaceholder -

Returns

UnityEngine.TouchScreenKeyboard

touchscreenkeyboard::​open
static UnityEngine.TouchScreenKeyboard Open(
System.String text,
UnityEngine.TouchScreenKeyboardType keyboardType,
System.Boolean autocorrection,
System.Boolean multiline,
System.Boolean secure,
System.Boolean alert,
System.String textPlaceholder,
System.Int32 characterLimit
)

System.String text-no documentation

Parameters
text
System.String

no documentation

keyboardType
UnityEngine.TouchScreenKeyboardType

no documentation

autocorrection
System.Boolean

no documentation

multiline
System.Boolean

no documentation

secure
System.Boolean

no documentation

alert
System.Boolean

no documentation

textPlaceholder
System.String

no documentation characterLimit -

Returns

UnityEngine.TouchScreenKeyboard

touchscreenkeyboard::​open
static UnityEngine.TouchScreenKeyboard Open(
System.String text
)

System.String text-no documentation

Parameters

text -

Returns

UnityEngine.TouchScreenKeyboard

touchscreenkeyboard::​open
static UnityEngine.TouchScreenKeyboard Open(
System.String text,
UnityEngine.TouchScreenKeyboardType keyboardType
)

System.String text-no documentation

Parameters
text
System.String

no documentation keyboardType -

Returns

UnityEngine.TouchScreenKeyboard

touchscreenkeyboard::​open
static UnityEngine.TouchScreenKeyboard Open(
System.String text,
UnityEngine.TouchScreenKeyboardType keyboardType,
System.Boolean autocorrection,
System.Boolean multiline
)

System.String text-no documentation

Parameters
text
System.String

no documentation

keyboardType
UnityEngine.TouchScreenKeyboardType

no documentation

autocorrection
System.Boolean

no documentation multiline -

Returns

UnityEngine.TouchScreenKeyboard

touchscreenkeyboard::​status::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

touchscreenkeyboard::​status::​enumtoint
static System.Int32 EnumToInt(
UnityEngine.TouchScreenKeyboard+Status enum
)

no documentation

Parameters
enum
UnityEngine.TouchScreenKeyboard Status

an enum of type TouchScreenKeyboard::Status

Returns

System.Int32

touchscreenkeyboard::​status::​inttoenum
static UnityEngine.TouchScreenKeyboard+Status IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than UnityEngine::TouchScreenKeyboard::Status::Count()

Returns

UnityEngine.TouchScreenKeyboard+Status