C# Class Stomt.StomtPopup

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: stomt/stomt-unity-sdk Class Usage Examples

Public Properties

Property Type Description
AutoImageDownload bool
AutoImageDownloadDelay int
CharLimit int
ShowCloseButton bool
WouldBecauseText bool

Public Methods

Method 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

Method Description
Show ( ) : IEnumerator
refreshTargetIcon ( float DelayTime ) : IEnumerator
refreshTargetIcon ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

OnMessageChanged() public method

public OnMessageChanged ( ) : void
return void

OnPointerEnter() public method

public OnPointerEnter ( ) : void
return void

OnPostButtonPressed() public method

public OnPostButtonPressed ( ) : void
return void

OnToggleButtonPressed() public method

public OnToggleButtonPressed ( ) : void
return void

RefreshStartText() public method

public RefreshStartText ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

ShowError() public method

public ShowError ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

AutoImageDownload public property

public bool AutoImageDownload
return bool

AutoImageDownloadDelay public property

public int AutoImageDownloadDelay
return int

CharLimit public property

public int CharLimit
return int

ShowCloseButton public property

public bool ShowCloseButton
return bool

WouldBecauseText public property

public bool WouldBecauseText
return bool