Class DisplayInfo<T>
Base class of all display information data contains which contain the data for the UI.
Namespace: UnityEngine.Industrial.Configuring.Providers
Syntax
[Serializable]
public class DisplayInfo<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
target
Object to which this display information belongs.
Declaration
public T target { get; set; }
Property Value
Type | Description |
---|---|
T | The target. |