Interface IAdditionalLocalization
Interface used to define the need for a control to use additional localization content
Namespace: VRLabs.SimpleShaderInspectors
Syntax
public interface IAdditionalLocalization
Remarks
If a control needs more localized content than the one given by default, it can implement this interface to let the inspector know that it needs more than one localized content.
Properties
| Name | Description |
|---|---|
| AdditionalContent | Array containing the additional localization elements needed by the control. |