Click or drag to resize
DigitalRuneParticleParameterAttribute Class
Describes how a particle parameter is used.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    DigitalRune.ParticlesParticleParameterAttribute

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
[AttributeUsageAttribute(AttributeTargets.Property)]
public sealed class ParticleParameterAttribute : Attribute

The ParticleParameterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodParticleParameterAttribute
Initializes a new instance of the ParticleParameterAttribute class.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyOptional
Gets or sets a value indicating whether this the particle parameter is optional.
Public propertyUsage
Gets or sets the particle parameter usage.
Top
See Also