Method GetControlList
GetControlList()
Method used to get the list of stored controls.
Declaration
IEnumerable<SimpleControl> GetControlList()
Returns
| Type | Description |
|---|---|
| IEnumerable<SimpleControl> | An IEnumerable of the controls stored in this object. |
Remarks
Just like AddControl(SimpleControl) this is used by Simple Shader Inspector to have a way to retrieve controls stored inside this object, to then do operations with it (for example, fetching the current localization content needed by the controls).