Show / Hide Table of Contents

Struct ParticleSystem.Burst

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct Burst

Constructors

| Improve this Doc View Source

Burst(Single, Int16)

Declaration
public Burst(float _time, short _count)
Parameters
Type Name Description
Single _time
Int16 _count
| Improve this Doc View Source

Burst(Single, Int16, Int16)

Declaration
public Burst(float _time, short _minCount, short _maxCount)
Parameters
Type Name Description
Single _time
Int16 _minCount
Int16 _maxCount
| Improve this Doc View Source

Burst(Single, Int16, Int16, Int32, Single)

Declaration
public Burst(float _time, short _minCount, short _maxCount, int _cycleCount, float _repeatInterval)
Parameters
Type Name Description
Single _time
Int16 _minCount
Int16 _maxCount
Int32 _cycleCount
Single _repeatInterval
| Improve this Doc View Source

Burst(Single, ParticleSystem.MinMaxCurve)

Declaration
public Burst(float _time, ParticleSystem.MinMaxCurve _count)
Parameters
Type Name Description
Single _time
ParticleSystem.MinMaxCurve _count
| Improve this Doc View Source

Burst(Single, ParticleSystem.MinMaxCurve, Int32, Single)

Declaration
public Burst(float _time, ParticleSystem.MinMaxCurve _count, int _cycleCount, float _repeatInterval)
Parameters
Type Name Description
Single _time
ParticleSystem.MinMaxCurve _count
Int32 _cycleCount
Single _repeatInterval

Properties

| Improve this Doc View Source

count

Declaration
public ParticleSystem.MinMaxCurve count { get; set; }
Property Value
Type Description
ParticleSystem.MinMaxCurve
| Improve this Doc View Source

cycleCount

Declaration
public int cycleCount { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

maxCount

Declaration
public short maxCount { get; set; }
Property Value
Type Description
Int16
| Improve this Doc View Source

minCount

Declaration
public short minCount { get; set; }
Property Value
Type Description
Int16
| Improve this Doc View Source

probability

Declaration
public float probability { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

repeatInterval

Declaration
public float repeatInterval { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

time

Declaration
public float time { get; set; }
Property Value
Type Description
Single

Extension Methods

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