Class FeatureSetDisplayInfo
Display information of a feature.
Inherited Members
Namespace: UnityEngine.Industrial.Configuring.Providers
Syntax
[Serializable]
public class FeatureSetDisplayInfo : DisplayInfo<FeatureSet>
Properties
content
Gets or sets the content.
Declaration
public DisplayInfoContent content { get; set; }
Property Value
| Type | Description |
|---|---|
| DisplayInfoContent | The content. |