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