Click or drag to resize
DigitalRuneFuncEffectorT1, T2, TResult Properties

The FuncEffectorT1, T2, TResult generic type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether this ParticleEffector is enabled.
(Inherited from ParticleEffector.)
Public propertyFunc
Gets or sets the delegate function.
Public propertyInputParameter1
Gets or sets the name of the first input parameter. (A varying or uniform parameter of type T1.)
Public propertyInputParameter2
Gets or sets the name of the second input parameter. (A varying or uniform parameter of type T2.)
Public propertyName
Gets the name of this particle effector.
(Inherited from ParticleEffector.)
Public propertyOutputParameter
Gets or sets the name of the output parameter. (A varying or uniform parameter of type TResult.)
Public propertyParticleSystem
Gets or sets the particle system.
(Inherited from ParticleEffector.)
Top
See Also