DialogExampleController Class

Definition

This class is used as an example controller to show how to instantiate and launch two different kind of Dialog. Each one of the public methods are called by the buttons in the scene at the OnClick event.

public ref class DialogExampleController : UnityEngine::MonoBehaviour
public class DialogExampleController : UnityEngine.MonoBehaviour
type DialogExampleController = class
    inherit MonoBehaviour
Public Class DialogExampleController
Inherits MonoBehaviour
Inheritance
UnityEngine.MonoBehaviour
DialogExampleController

Constructors

DialogExampleController()

Properties

DialogPrefabLarge

Large Dialog example prefab to display

DialogPrefabMedium

Medium Dialog example prefab to display

DialogPrefabSmall

Small Dialog example prefab to display

Methods

OpenChoiceDialogLarge()

Opens choice dialog example

OpenChoiceDialogMedium()

Opens choice dialog example

OpenChoiceDialogSmall()

Opens choice dialog example

OpenConfirmationDialogLarge()

Opens confirmation dialog example

OpenConfirmationDialogMedium()

Opens confirmation dialog example

OpenConfirmationDialogSmall()

Opens confirmation dialog example

Applies to