Struct ITypeMessage.LinkData
The message's data for the url.
Inherited Members
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 |