Struct ParticleSystem.CustomDataModule
Assembly: UnityEngine.dll
Syntax
public struct CustomDataModule
Properties
|
Improve this Doc
View Source
enabled
Declaration
public bool enabled { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetColor(ParticleSystemCustomData)
Declaration
public ParticleSystem.MinMaxGradient GetColor(ParticleSystemCustomData stream)
Parameters
Returns
|
Improve this Doc
View Source
GetMode(ParticleSystemCustomData)
Declaration
public ParticleSystemCustomDataMode GetMode(ParticleSystemCustomData stream)
Parameters
Returns
|
Improve this Doc
View Source
GetVector(ParticleSystemCustomData, Int32)
Declaration
public ParticleSystem.MinMaxCurve GetVector(ParticleSystemCustomData stream, int component)
Parameters
Returns
|
Improve this Doc
View Source
GetVectorComponentCount(ParticleSystemCustomData)
Declaration
public int GetVectorComponentCount(ParticleSystemCustomData stream)
Parameters
Returns
|
Improve this Doc
View Source
SetColor(ParticleSystemCustomData, ParticleSystem.MinMaxGradient)
Declaration
public void SetColor(ParticleSystemCustomData stream, ParticleSystem.MinMaxGradient gradient)
Parameters
|
Improve this Doc
View Source
SetMode(ParticleSystemCustomData, ParticleSystemCustomDataMode)
Declaration
public void SetMode(ParticleSystemCustomData stream, ParticleSystemCustomDataMode mode)
Parameters
|
Improve this Doc
View Source
SetVector(ParticleSystemCustomData, Int32, ParticleSystem.MinMaxCurve)
Declaration
public void SetVector(ParticleSystemCustomData stream, int component, ParticleSystem.MinMaxCurve curve)
Parameters
|
Improve this Doc
View Source
SetVectorComponentCount(ParticleSystemCustomData, Int32)
Declaration
public void SetVectorComponentCount(ParticleSystemCustomData stream, int count)
Parameters
Extension Methods