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
ParticleProperties(MaterialProperty[])
Constructor for the ParticleProperties container struct.
Declaration
public ParticleProperties(MaterialProperty[] properties)
Parameters
| Type | Name | Description |
|---|---|---|
| MaterialProperty[] | properties |
Fields
cameraFadingEnabled
The MaterialProperty for camera fading.
Declaration
public MaterialProperty cameraFadingEnabled
Field Value
| Type | Description |
|---|---|
| MaterialProperty |
cameraFarFadeDistance
The MaterialProperty for camera fading far distance.
Declaration
public MaterialProperty cameraFarFadeDistance
Field Value
| Type | Description |
|---|---|
| MaterialProperty |
cameraNearFadeDistance
The MaterialProperty for camera fading near distance.
Declaration
public MaterialProperty cameraNearFadeDistance
Field Value
| Type | Description |
|---|---|
| MaterialProperty |
colorMode
The MaterialProperty for color mode.
Declaration
public MaterialProperty colorMode
Field Value
| Type | Description |
|---|---|
| MaterialProperty |
distortionBlend
The MaterialProperty for distortion blend.
Declaration
public MaterialProperty distortionBlend
Field Value
| Type | Description |
|---|---|
| MaterialProperty |
distortionEnabled
The MaterialProperty for distortion enabled.
Declaration
public MaterialProperty distortionEnabled
Field Value
| Type | Description |
|---|---|
| MaterialProperty |
distortionStrength
The MaterialProperty for distortion strength.
Declaration
public MaterialProperty distortionStrength
Field Value
| Type | Description |
|---|---|
| MaterialProperty |
flipbookMode
The MaterialProperty for flip-book blending.
Declaration
public MaterialProperty flipbookMode
Field Value
| Type | Description |
|---|---|
| MaterialProperty |
softParticlesEnabled
The MaterialProperty for soft particles enabled.
Declaration
public MaterialProperty softParticlesEnabled
Field Value
| Type | Description |
|---|---|
| MaterialProperty |
softParticlesFarFadeDistance
The MaterialProperty for soft particles far fade distance.
Declaration
public MaterialProperty softParticlesFarFadeDistance
Field Value
| Type | Description |
|---|---|
| MaterialProperty |
softParticlesNearFadeDistance
The MaterialProperty for soft particles near fade distance.
Declaration
public MaterialProperty softParticlesNearFadeDistance
Field Value
| Type | Description |
|---|---|
| MaterialProperty |