Show / Hide Table of Contents

Class PopUp

A warning pop-up.

Inheritance
object
BaseScaleform
PopUp
Implements
IScaleform
IDrawable
IProcessable
IDisposable
Inherited Members
BaseScaleform.scaleform
BaseScaleform.IsValueReady(int)
BaseScaleform.GetValue<T>(int)
BaseScaleform.CallFunction(string, params object[])
BaseScaleform.CallFunction<T>(string, params object[])
BaseScaleform.CallFunctionReturn(string, params object[])
BaseScaleform.DrawFullScreen()
BaseScaleform.Draw()
BaseScaleform.Process()
BaseScaleform.Dispose()
BaseScaleform.Handle
BaseScaleform.Name
BaseScaleform.Visible
BaseScaleform.IsLoaded
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: LemonUI.Scaleform
Assembly: LemonUI.SHVDN3.dll
Syntax
public class PopUp : BaseScaleform, IScaleform, IDrawable, IProcessable, IDisposable

Constructors

View Source

PopUp()

Creates a new Pop-up instance.

Declaration
public PopUp()

Properties

View Source

Error

The error message to show.

Declaration
public string Error { get; set; }
Property Value
Type Description
string
View Source

Prompt

The prompt of the Pop-up.

Declaration
public string Prompt { get; set; }
Property Value
Type Description
string
View Source

ShowBackground

If the black background should be shown.

Declaration
public bool ShowBackground { get; set; }
Property Value
Type Description
bool
View Source

Subtitle

The subtitle of the Pop-up.

Declaration
public string Subtitle { get; set; }
Property Value
Type Description
string
View Source

Title

The title of the Pop-up.

Declaration
public string Title { get; set; }
Property Value
Type Description
string

Methods

View Source

Update()

Updates the texts of the Pop-up.

Declaration
public override void Update()
Overrides
BaseScaleform.Update()

Implements

IScaleform
IDrawable
IProcessable
IDisposable
  • View Source
In this article
Back to top Generated by DocFX