Click or drag to resize
StageOpenKeyboard Method

Namespace: FairyGUI
Assembly: FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void OpenKeyboard(
	string text,
	bool autocorrection,
	bool multiline,
	bool secure,
	bool alert,
	string textPlaceholder,
	int keyboardType
)

Parameters

text
Type: SystemString
autocorrection
Type: SystemBoolean
multiline
Type: SystemBoolean
secure
Type: SystemBoolean
alert
Type: SystemBoolean
textPlaceholder
Type: SystemString
keyboardType
Type: SystemInt32
See Also