Search Results for

    Show / Hide Table of Contents

    Class DewMessageSettings

    Inheritance
    object
    DewMessageSettings
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class DewMessageSettings

    Fields

    buttons

    Declaration
    public DewMessageSettings.ButtonType buttons
    Field Value
    Type Description
    DewMessageSettings.ButtonType

    defaultButton

    Declaration
    public DewMessageSettings.ButtonType defaultButton
    Field Value
    Type Description
    DewMessageSettings.ButtonType

    destructiveConfirm

    Declaration
    public bool destructiveConfirm
    Field Value
    Type Description
    bool

    onClose

    Declaration
    public Action<DewMessageSettings.ButtonType> onClose
    Field Value
    Type Description
    System.Action<T><DewMessageSettings.ButtonType>

    owner

    If set, the message will disappear when owner is destroyed.

    Declaration
    public Object owner
    Field Value
    Type Description
    UnityEngine.Object

    rawContent

    Declaration
    public string rawContent
    Field Value
    Type Description
    string

    validator

    If this returns false, the message will be closed.

    Declaration
    public Func<bool> validator
    Field Value
    Type Description
    System.Func<TResult><bool>
    In This Article
    Back to top Shape of Dreams API Documentation