Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) InfoPopup.ShowText Examples
Programming Language:
C# (CSharp)
Class/Type:
InfoPopup
Method/Function:
ShowText
Examples at hotexamples.com:
1
C# (CSharp) InfoPopup.ShowText - 1 examples found
. These are the top rated real world C# (CSharp) examples of
InfoPopup.ShowText
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Show(6)
GetComponent(3)
PopText(2)
SetActive(2)
SetText(2)
ShowText(1)
ShowPopup(1)
Setup(1)
SetWidth(1)
SetLink(1)
SetFadeDuration(1)
SetContent(1)
SetAnchor(1)
Create(1)
ResetPeek(1)
CreateFromResource(1)
Peek(1)
LoadTavernInformation(1)
LoadHeroInformation(1)
IsVisible(1)
Instance(1)
HideIfSameTarget(1)
Hide(1)
GetComponentInChildren(1)
Draw(1)
CreateGui(1)
SlideToY(1)
Frequently Used Methods
Show (6)
GetComponent (3)
PopText (2)
SetActive (2)
SetText (2)
ShowText (1)
ShowPopup (1)
Setup (1)
SetWidth (1)
SetLink (1)
Frequently Used Methods
SetFadeDuration (1)
SetContent (1)
SetAnchor (1)
Create (1)
ResetPeek (1)
CreateFromResource (1)
Peek (1)
LoadTavernInformation (1)
LoadHeroInformation (1)
IsVisible (1)
Instance (1)
HideIfSameTarget (1)
Hide (1)
GetComponentInChildren (1)
Draw (1)
CreateGui (1)
SlideToY (1)
Frequently Used Methods
Instance (1)
HideIfSameTarget (1)
Hide (1)
GetComponentInChildren (1)
Draw (1)
CreateGui (1)
SlideToY (1)
Example #1
0
Show file
File:
WorldUI.cs
Project:
Juutis/FGJ20
private void ShowInfo(string message, Transform target) { infoPopup.ShowText(message, target); }
x