Interface IControlContainer
Interface that defines an object that contains a list of SimpleControls of type SimpleControl to draw.
Namespace: VRLabs.SimpleShaderInspectors
Syntax
public interface IControlContainer
Methods
| Name | Description |
|---|---|
| AddControl(SimpleControl) | Method used to add a control to the list of controls that are under this object |
| GetControlList() | Method used to get the list of stored controls. |