docs.unity3d.com
    Show / Hide Table of Contents

    Interface ITypeMessage

    An interface that represents a message to be displayed in the Inspector view.

    Namespace: UnityEditor.PolySpatial.Validation
    Syntax
    public interface ITypeMessage

    Properties

    Link

    The message's link, if it has one.

    Declaration
    ITypeMessage.LinkData Link { get; }
    Property Value
    Type Description
    ITypeMessage.LinkData

    Message

    The message text.

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

    MessageType

    The message type.

    Declaration
    MessageType MessageType { get; }
    Property Value
    Type Description
    MessageType
    Back to top
    Copyright © 2023 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on Wednesday, October 18, 2023