Class StringDisplayInfo
Generic display info class where target is a string Used to serialize data into scriptableobject
Inherited Members
Namespace: Unity.Industrial.Forma.Core.Info
Syntax
public class StringDisplayInfo : DisplayInfo<string>
Properties
content
Gets or sets the content.
Declaration
public DisplayInfoContent content { get; set; }
Property Value
Type | Description |
---|---|
DisplayInfoContent | The content. |