Class Styles
Default styles available natively in SimpleShaderInspectors.
Namespace: VRLabs.SimpleShaderInspectors
Syntax
public static class Styles
Properties
| Name | Description |
|---|---|
| BoldCenter | Style of a bold label with a center anchor. |
| BoldLeft | Style of a bold label with a left anchor. |
| BottomCenterLabel | Style of a label with a center anchor. |
| Box | Box-like Style. |
| BoxHeavyBorder | Style for a box. The border is less transparent than background. |
| BoxLightBorder | Style for a box. The border is more transparent than background. |
| Bubble | Style that uses the same background of a button. |
| CenterLabel | Style of a label with a center anchor. |
| DeleteIcon | Style for a delete button. |
| DownIcon | Style for a down button. |
| GearIcon | Style for a gear icon. |
| MultilineLabel | Style of a label that can take multiple lines. |
| RightLabel | Style of a label with a right anchor. |
| SSILogoDark | Simple Shader Inspectors logo for dark theme. |
| SSILogoLight | Simple Shader Inspectors logo for light theme. |
| TextureBoxHeavyBorder | Style for a box pointing to a texture upwards. The border is less transparent than background. |
| TextureBoxLightBorder | Style for a box pointing to a texture upwards. The border is more transparent than background. |
| UpIcon | Style for a up button. |
Methods
| Name | Description |
|---|---|
| CreateStyleFromSprite(String, String, String, String) | Creates a GUIStyle using the given sprite names. |
| CreateStyleFromSprite(RectOffset, String, String, String, String) | Creates a GUIStyle using the given sprite names and padding. |