Class PublisherData
Contains publisher specific data. Derive to extend.
Namespace: UnityEditor.Industrial.Configuring.UI
Syntax
[Serializable]
public class PublisherData : IPublisherData
Constructors
PublisherData(String)
Constructs a PublisherData
Declaration
public PublisherData(string displayName)
Parameters
Type | Name | Description |
---|---|---|
String | displayName |
Properties
displayName
The publisher's Name
Declaration
public string displayName { get; set; }
Property Value
Type | Description |
---|---|
String |
Implements
selected
Indicate if the Publisher is checked.
Declaration
public bool selected { get; set; }
Property Value
Type | Description |
---|---|
Boolean |