Enum ParticleSystemVertexStreams
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
[Flags]
[Obsolete("ParticleSystemVertexStreams is deprecated. Please use ParticleSystemVertexStream instead.", false)]
public enum ParticleSystemVertexStreams
Fields
| Name | Description |
|---|---|
| All | |
| CenterAndVertexID | |
| Color | |
| Custom1 | |
| Custom2 | |
| Lifetime | |
| None | |
| Normal | |
| Position | |
| Random | |
| Rotation | |
| Size | |
| Tangent | |
| UV | |
| UV2BlendAndFrame | |
| Velocity |