Method SetInspector
SetInspector(IEnumerable<SimpleControl>, ISimpleShaderInspector, Boolean)
Set the inspector of each control of the list.
Declaration
public static void SetInspector(this IEnumerable<SimpleControl> controls, ISimpleShaderInspector inspector, bool recursive = true)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<SimpleControl> | controls | Controls this method extends from. |
| ISimpleShaderInspector | inspector | Inspector to set |
| Boolean | recursive | Is the set recursive to child controls |