Struct ParticleGUI.ParticleProperties
Container for the properties used in the ParticleGUI editor script.
Inherited Members
Namespace: UnityEditor.Rendering.Universal.ShaderGUI
Assembly: Unity.RenderPipelines.Universal.Editor.dll
Syntax
public struct ParticleGUI.ParticleProperties
Constructors
| Name | Description |
|---|---|
| ParticleProperties(MaterialProperty[]) | Constructor for the |
Fields
| Name | Description |
|---|---|
| cameraFadingEnabled | The MaterialProperty for camera fading. |
| cameraFarFadeDistance | The MaterialProperty for camera fading far distance. |
| cameraNearFadeDistance | The MaterialProperty for camera fading near distance. |
| colorMode | The MaterialProperty for color mode. |
| distortionBlend | The MaterialProperty for distortion blend. |
| distortionEnabled | The MaterialProperty for distortion enabled. |
| distortionStrength | The MaterialProperty for distortion strength. |
| flipbookMode | The MaterialProperty for flip-book blending. |
| softParticlesEnabled | The MaterialProperty for soft particles enabled. |
| softParticlesFarFadeDistance | The MaterialProperty for soft particles far fade distance. |
| softParticlesNearFadeDistance | The MaterialProperty for soft particles near fade distance. |