Show / Hide Table of Contents

Enum ParticleSystemEmissionType

Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
[Obsolete("ParticleSystemEmissionType no longer does anything. Time and Distance based emission are now both always active.", false)]
public enum ParticleSystemEmissionType

Fields

Name Description
Distance
Time

Extension Methods

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