Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
C# (CSharp) TextBoxController.ClearTextの例
プログラミング言語:
C# (CSharp)
クラス/型:
TextBoxController
メソッド/関数:
ClearText
hotexamples.comのコード掲載数:
1
C# (CSharp) TextBoxController.ClearText - 1件のコード例が見つかりました
。すべてオープンソースプロジェクトから抽出されたC# (CSharp)の
TextBoxController.ClearText
の実例で、最も評価が高いものを厳選しています。コード例の評価を行っていただくことで、より質の高いコード例が表示されるようになります。
よく使われるメソッド
表示
非表示
GetTextBoxController(9)
RevealText(5)
ChangeText(5)
GetEffectiveSize(4)
add(4)
Show(4)
SetTextInstant(4)
Hide(3)
SetView(2)
StartCoroutine(2)
SetReadOnly(2)
WaitForUserChoice(2)
SwitchTextBox(2)
StopGettingUserChoice(1)
StartGettingUserChoice(1)
StartDialogue(1)
ViewCGs(1)
WaitForTextToLeaveScreen(1)
initTextBox(1)
requestNext(1)
SetTextOneOff(1)
StopAllCoroutines(1)
ChangeMode(1)
SetHideDelay(1)
ReturnMainText(1)
NextStep(1)
InDialogue(1)
HandleRecipeSelection(1)
Grow(1)
GetText(1)
Enqueue(1)
EndDialogue(1)
Deactivate(1)
CreateTextBoxes(1)
Close(1)
ClearTextBox(1)
ClearText(1)
Clear(1)
switchSelection(1)
よく使われるメソッド
GetTextBoxController (9)
RevealText (5)
ChangeText (5)
GetEffectiveSize (4)
add (4)
Show (4)
SetTextInstant (4)
Hide (3)
SetView (2)
StartCoroutine (2)
よく使われるメソッド
SetReadOnly (2)
WaitForUserChoice (2)
SwitchTextBox (2)
StopGettingUserChoice (1)
StartGettingUserChoice (1)
StartDialogue (1)
ViewCGs (1)
WaitForTextToLeaveScreen (1)
initTextBox (1)
requestNext (1)
SetTextOneOff (1)
StopAllCoroutines (1)
ChangeMode (1)
SetHideDelay (1)
ReturnMainText (1)
NextStep (1)
InDialogue (1)
HandleRecipeSelection (1)
Grow (1)
GetText (1)
よく使われるメソッド
SetTextOneOff (1)
StopAllCoroutines (1)
ChangeMode (1)
SetHideDelay (1)
ReturnMainText (1)
NextStep (1)
InDialogue (1)
HandleRecipeSelection (1)
Grow (1)
GetText (1)
Enqueue (1)
EndDialogue (1)
Deactivate (1)
CreateTextBoxes (1)
Close (1)
ClearTextBox (1)
ClearText (1)
Clear (1)
switchSelection (1)
よく使われるメソッド
Enqueue (1)
EndDialogue (1)
Deactivate (1)
CreateTextBoxes (1)
Close (1)
ClearTextBox (1)
ClearText (1)
Clear (1)
switchSelection (1)
コード例 #1
0
ファイルを表示
private void OnTriggerExit2D(Collider2D collision) { tbc.ClearText(); }
x