Interface ISimpleShaderInspector
Interface indicating that the object is a valid Simple Shader Inspector and can use its features.
Namespace: VRLabs.SimpleShaderInspectors
Syntax
public interface ISimpleShaderInspector : IControlContainer
Remarks
By implementing this interface you can create your own inspector that uses the Simple Shader Inspectors library.
It can be useful when you need some really custom behaviour, at the cost oh having to manage the controls initialization, property fetching etc. It can be a good starting point to see the source code of SimpleShaderInspector.
Properties
| Name | Description |
|---|---|
| Materials | Array of the materials selected. |
| Shader | Shader this inspector is viewing. |