Table of Contents

Class Dialog

Namespace
Menu
Assembly
Assembly-CSharp.dll
public abstract class Dialog : Menu
Inheritance
Dialog
Derived
Inherited Members

Constructors

public Dialog(ProcessManager manager)

Parameters

manager ProcessManager
public Dialog(string description, ProcessManager manager)

Parameters

description string
manager ProcessManager
public Dialog(string longDescription, string title, Vector2 size, ProcessManager manager, bool longLabel = false)

Parameters

longDescription string
title string
size Vector2
manager ProcessManager
longLabel bool
public Dialog(string description, Vector2 size, ProcessManager manager)

Parameters

description string
size Vector2
manager ProcessManager

Fields

public FSprite darkSprite

Field Value

FSprite
public MenuLabel descriptionLabel

Field Value

MenuLabel
public OpLabelLong descriptionLabelLong

Field Value

OpLabelLong
public Vector2 pos

Field Value

Vector2
public RoundedRect roundedRect

Field Value

RoundedRect
public Vector2 size

Field Value

Vector2

Methods

public void Init(string longDescription, string title, Vector2 size)

Parameters

longDescription string
title string
size Vector2
public void Init(string description, Vector2 size, bool longLabel = false)

Parameters

description string
size Vector2
longLabel bool