Class DisplayInfoContent
Display information of a feature set.
Namespace: UnityEngine.Industrial.Configuring.Providers
Syntax
[Serializable]
public class DisplayInfoContent
Properties
description
Description of the feature.
Declaration
public string description { get; set; }
Property Value
Type | Description |
---|---|
String | The description. |
name
Name of the feature.
Declaration
public string name { get; set; }
Property Value
Type | Description |
---|---|
String | The name. |
thumbnail
Thumbnail previewing the feature
Declaration
public Texture2D thumbnail { get; set; }
Property Value
Type | Description |
---|---|
Texture2D | The thumbnail. |
visibilityStatus
If and how the object is visible.
Declaration
public VisibilityStatus visibilityStatus { get; set; }
Property Value
Type | Description |
---|---|
VisibilityStatus | The visibility status. |