23 lines
658 B
Plaintext
23 lines
658 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/SteamWarningDialog.html
|
|
Title: People Playground Modding - SteamWarningDialog
|
|
==================================================
|
|
|
|
public class SteamWarningDialog
|
|
Inherits MonoBehaviour
|
|
No description provided
|
|
Fields
|
|
public float Delay
|
|
The amount of time in seconds to wait
|
|
|
|
public OptionalFloat Width
|
|
Width override in pixels
|
|
|
|
public OptionalFloat Height
|
|
Height override in pixels
|
|
|
|
public string Title
|
|
The title of the dialog box, displayed at the top in bold. Can be null.
|
|
|
|
public string Message
|
|
[NaughtyAttributes.ResizableTextArea()]
|
|
The message of the dialog box, displayed under the title. Can be null. |