Interface IControlContainer<T>
Interface that defines an object that contains a list of SimpleControls of a specified type to draw.
Namespace: VRLabs.SimpleShaderInspectors
Syntax
public interface IControlContainer<T> : IControlContainer where T : SimpleControl
Type Parameters
|
T
|
Remarks
This generic version of IControlContainer makes possible to define a stricter set of control types to be contained.
Methods
| Name | Description |
|---|---|
| AddControl(T) | Generic version of AddControl(SimpleControl). |
| GetControlList() | Generic version of GetControlList(). |