docs.unity3d.com
    Show / Hide Table of Contents

    Struct ITypeMessage.LinkData

    The message's data for the url.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: UnityEditor.PolySpatial.Validation
    Syntax
    public struct LinkData

    Constructors

    LinkData(String, String)

    Constructor for the LinkData

    Declaration
    public LinkData(string linkTitle, string linkUrl)
    Parameters
    Type Name Description
    String linkTitle
    String linkUrl

    Properties

    LinkTitle

    the tittle of the Link

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

    LinkUrl

    the Link URL

    Declaration
    public readonly string LinkUrl { get; }
    Property Value
    Type Description
    String
    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