Click or drag to resize
DigitalRuneFuncEffectorT1, T2, TResultInputParameter1 Property
Gets or sets the name of the first input parameter. (A varying or uniform parameter of type T1.)

Namespace: DigitalRune.Particles.Effectors
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
[ParticleParameterAttribute(ParticleParameterUsage.In)]
public string InputParameter1 { get; set; }

Property Value

Type: String
The name of the first input parameter. (Parameter type: varying or uniform, value type: T1)
The default value is .
Remarks
This property needs to be set before the particle system is running. The particle effector might ignore any changes that occur while the particle system is running.
See Also