Interface IAdditionalProperties
Interface used to define the need for additional material properties to handle.
Namespace: VRLabs.SimpleShaderInspectors
Syntax
public interface IAdditionalProperties
Remarks
When a control needs more than a single property to do its job, implementing this interface will let the inspector know this need.
Properties
| Name | Description |
|---|---|
| AdditionalProperties | Array containing all additional properties the control needs. |