Show / Hide Table of Contents

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

Extension Methods

MustExtensions.MustBeEqual<ParticleSystemVertexStreams>(ParticleSystemVertexStreams)
MustExtensions.MustBeEqual<ParticleSystemVertexStreams>(ParticleSystemVertexStreams, String)
MustExtensions.MustNotBeEqual<ParticleSystemVertexStreams>(ParticleSystemVertexStreams)
MustExtensions.MustNotBeEqual<ParticleSystemVertexStreams>(ParticleSystemVertexStreams, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX