Class ParticleSystemSharp.CustomDataModuleSharp
Inheritance
object
ParticleSystemSharp.CustomDataModuleSharp
Assembly: solution.dll
Syntax
public class ParticleSystemSharp.CustomDataModuleSharp
Properties
enabled
Declaration
public bool enabled { get; set; }
Property Value
Methods
GetColor(ParticleSystemCustomData)
Declaration
public ParticleSystemSharp.SharpMinMaxGradient GetColor(ParticleSystemCustomData stream)
Parameters
Returns
GetMode(ParticleSystemCustomData)
Declaration
public ParticleSystemCustomDataMode GetMode(ParticleSystemCustomData stream)
Parameters
Returns
GetVector(ParticleSystemCustomData, int)
Declaration
public ParticleSystemSharp.SharpMinMaxCurve GetVector(ParticleSystemCustomData stream, int component)
Parameters
Returns
GetVectorComponentCount(ParticleSystemCustomData)
Declaration
public int GetVectorComponentCount(ParticleSystemCustomData stream)
Parameters
Returns
SetColor(ParticleSystemCustomData, SharpMinMaxGradient)
Declaration
public void SetColor(ParticleSystemCustomData stream, ParticleSystemSharp.SharpMinMaxGradient gradient)
Parameters
SetMode(ParticleSystemCustomData, ParticleSystemCustomDataMode)
Declaration
public void SetMode(ParticleSystemCustomData stream, ParticleSystemCustomDataMode mode)
Parameters
SetVector(ParticleSystemCustomData, int, SharpMinMaxCurve)
Declaration
public void SetVector(ParticleSystemCustomData stream, int component, ParticleSystemSharp.SharpMinMaxCurve curve)
Parameters
SetVectorComponentCount(ParticleSystemCustomData, int)
Declaration
public void SetVectorComponentCount(ParticleSystemCustomData stream, int count)
Parameters