Click or drag to resize
DigitalRuneFuncEffectorT, TResult Properties

The FuncEffectorT, 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 propertyInputParameter
Gets or sets the name of the input parameter. (A varying or uniform parameter of type T.)
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