Class ParticleGUI.Styles
Container for the text and tooltips used to display the shader.
Inherited Members
Namespace: UnityEditor.Rendering.Universal.ShaderGUI
Assembly: Unity.RenderPipelines.Universal.Editor.dll
Syntax
public static class ParticleGUI.Styles
Fields
| Name | Description |
|---|---|
| VertexStreams | The text and tooltip for vertex streams. |
| cameraFadingDistanceText | The text and tooltip camera fading distance. |
| cameraFadingEnabled | The text and tooltip camera fading. |
| cameraFarFadeDistanceText | The text and tooltip camera fading far distance. |
| cameraNearFadeDistanceText | The text and tooltip camera fading near distance. |
| colorMode | The text and tooltip color mode. |
| distortionBlend | The text and tooltip distortion blend. |
| distortionEnabled | The text and tooltip distortion. |
| distortionStrength | The text and tooltip distortion strength. |
| flipbookMode | The text and tooltip flip-book blending. |
| softParticlesEnabled | The text and tooltip soft particles. |
| softParticlesFadeText | The text and tooltip soft particles surface fade. |
| softParticlesFarFadeDistanceText | The text and tooltip soft particles far fade distance. |
| softParticlesNearFadeDistanceText | The text and tooltip soft particles near fade distance. |
| streamAnimBlendText | The string for AnimBlend Texcoord1 vertex stream. |
| streamAnimFrameText | The string for AnimBlend Instanced1 vertex stream. |
| streamApplyToAllSystemsText | The text and tooltip for the vertex stream fix now GUI. |
| streamColorInstancedText | The string for color instanced vertex stream. |
| streamColorText | The string for color vertex stream. |
| streamNormalText | The string for normal vertex stream. |
| streamPositionText | The string for position vertex stream. |
| streamTangentText | The string for tangent vertex stream. |
| streamUV2Text | The string for UV2 vertex stream. |
| streamUVText | The string for UV vertex stream. |
| undoApplyCustomVertexStreams | The string for applying custom vertex streams from material. |
| vertexStreamIcon | The vertex stream icon. |