Interface IPublisherData
Publisher data interface
Namespace: UnityEditor.Industrial.Configuring.Build
Syntax
public interface IPublisherData
Properties
displayName
Publisher display name.
Declaration
string displayName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
selected
Activate / Deactivate publisher
Declaration
bool selected { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |