C# Class Stomt.StomtPopup

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: stomt/stomt-unity-sdk Class Usage Examples

Méthodes publiques

Свойство Type Description
AutoImageDownload bool
AutoImageDownloadDelay int
CharLimit int
ShowCloseButton bool
WouldBecauseText bool

Méthodes publiques

Méthode Description
Awake ( ) : void
Hide ( ) : void
OnMessageChanged ( ) : void
OnPointerEnter ( ) : void
OnPostButtonPressed ( ) : void
OnToggleButtonPressed ( ) : void
RefreshStartText ( ) : void
Reset ( ) : void
ShowError ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Show ( ) : IEnumerator
refreshTargetIcon ( float DelayTime ) : IEnumerator
refreshTargetIcon ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Hide() public méthode

public Hide ( ) : void
Résultat void

OnMessageChanged() public méthode

public OnMessageChanged ( ) : void
Résultat void

OnPointerEnter() public méthode

public OnPointerEnter ( ) : void
Résultat void

OnPostButtonPressed() public méthode

public OnPostButtonPressed ( ) : void
Résultat void

OnToggleButtonPressed() public méthode

public OnToggleButtonPressed ( ) : void
Résultat void

RefreshStartText() public méthode

public RefreshStartText ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

ShowError() public méthode

public ShowError ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

AutoImageDownload public_oe property

public bool AutoImageDownload
Résultat bool

AutoImageDownloadDelay public_oe property

public int AutoImageDownloadDelay
Résultat int

CharLimit public_oe property

public int CharLimit
Résultat int

ShowCloseButton public_oe property

public bool ShowCloseButton
Résultat bool

WouldBecauseText public_oe property

public bool WouldBecauseText
Résultat bool