Search Results for

    Show / Hide Table of Contents

    Class MessageManager

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    LogicBehaviour
    ManagerBase<MessageManager>
    MessageManager
    Implements
    ILogicUpdate
    Inherited Members
    ManagerBase<MessageManager>.instance
    ManagerBase<MessageManager>.softInstance
    ManagerBase<MessageManager>.Awake()
    ManagerBase<MessageManager>.OnEnable()
    ManagerBase<MessageManager>.OnDisable()
    LogicBehaviour.shouldRegisterUpdates
    LogicBehaviour.GetComponent<T>(out T)
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class MessageManager : ManagerBase<MessageManager>, ILogicUpdate

    Fields

    buttons

    Declaration
    public List<GameObject> buttons
    Field Value
    Type Description
    System.Collections.Generic.List<T><UnityEngine.GameObject>

    canvasGroup

    Declaration
    public CanvasGroup canvasGroup
    Field Value
    Type Description
    UnityEngine.CanvasGroup

    contentText

    Declaration
    public TextMeshProUGUI contentText
    Field Value
    Type Description
    TMPro.TextMeshProUGUI

    Properties

    isShowingMessage

    Declaration
    public bool isShowingMessage { get; }
    Property Value
    Type Description
    bool

    Methods

    CloseMessage(ButtonType)

    Declaration
    public void CloseMessage(DewMessageSettings.ButtonType button)
    Parameters
    Type Name Description
    DewMessageSettings.ButtonType button

    CloseMessageCancel()

    Declaration
    public void CloseMessageCancel()

    CloseMessageNo()

    Declaration
    public void CloseMessageNo()

    CloseMessageOk()

    Declaration
    public void CloseMessageOk()

    CloseMessageYes()

    Declaration
    public void CloseMessageYes()

    FrameUpdate()

    Declaration
    public override void FrameUpdate()
    Overrides
    LogicBehaviour.FrameUpdate()

    LogicUpdate(float)

    Declaration
    public override void LogicUpdate(float dt)
    Parameters
    Type Name Description
    float dt
    Overrides
    LogicBehaviour.LogicUpdate(float)

    ShowMessage(DewMessageSettings)

    Declaration
    public void ShowMessage(DewMessageSettings msg)
    Parameters
    Type Name Description
    DewMessageSettings msg

    ShowMessageLocalized(string)

    Declaration
    public void ShowMessageLocalized(string id)
    Parameters
    Type Name Description
    string id

    Implements

    ILogicUpdate

    Extension Methods

    DewGUI.SetExpandHeight<T>(T, bool)
    DewGUI.SetExpandHeight<T>(T, float)
    DewGUI.SetExpandWidth<T>(T, bool)
    DewGUI.SetExpandWidth<T>(T, float)
    DewGUI.SetHeight<T>(T, float)
    DewGUI.SetText<T>(T, string)
    DewGUI.SetTextLocalized<T>(T, string)
    DewGUI.SetWidth<T>(T, float)
    In This Article
    Back to top Shape of Dreams API Documentation