Class PopUp
A warning pop-up.
Inherited Members
Namespace: LemonUI.Scaleform
Assembly: LemonUI.SHVDN3.dll
Syntax
public class PopUp : BaseScaleform, IScaleform, IDrawable, IProcessable, IDisposable
Constructors
View SourcePopUp()
Creates a new Pop-up instance.
Declaration
public PopUp()
Properties
View SourceError
The error message to show.
Declaration
public string Error { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Prompt
The prompt of the Pop-up.
Declaration
public string Prompt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShowBackground
If the black background should be shown.
Declaration
public bool ShowBackground { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Subtitle
The subtitle of the Pop-up.
Declaration
public string Subtitle { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
The title of the Pop-up.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceUpdate()
Updates the texts of the Pop-up.
Declaration
public override void Update()