Method Add
Add<TData>(TData)
Adds a new TData to this settings
Declaration
protected TData Add<TData>(TData newData) where TData : IDebugDisplaySettingsData
Parameters
| Type | Name | Description |
|---|---|---|
| TData | newData | The TData to be added |
Returns
| Type | Description |
|---|---|
| TData | The type of TData that has been added |
Type Parameters
| Name | Description |
|---|---|
| TData | The type of TData to be added |