C# Class Stomt.StomtPopup

Inheritance: UnityEngine.MonoBehaviour
Mostra 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_oe property

public bool AutoImageDownload
return bool

AutoImageDownloadDelay public_oe property

public int AutoImageDownloadDelay
return int

CharLimit public_oe property

public int CharLimit
return int

ShowCloseButton public_oe property

public bool ShowCloseButton
return bool

WouldBecauseText public_oe property

public bool WouldBecauseText
return bool