Search Results for

    Show / Hide Table of Contents

    Struct MessageEventArgs

    Namespace: RTSEngine.Event
    Assembly: cs.temp.dll.dll
    Syntax
    public struct MessageEventArgs

    Constructors

    MessageEventArgs(MessageType, String, Boolean, Single)

    Declaration
    public MessageEventArgs(MessageType type, string message, bool customDurationEnabled = false, float customDuration = 0F)
    Parameters
    Type Name Description
    MessageType type
    String message
    Boolean customDurationEnabled
    System.Single customDuration

    Properties

    CustomDuration

    Declaration
    public float CustomDuration { get; }
    Property Value
    Type Description
    System.Single

    CustomDurationEnabled

    Declaration
    public bool CustomDurationEnabled { get; }
    Property Value
    Type Description
    Boolean

    Message

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    String

    Type

    Declaration
    public MessageType Type { get; }
    Property Value
    Type Description
    MessageType
    In This Article
    Back to top Unity RTS Engine Documentation