Click or drag to resize
DigitalRuneParticleParameterAttributeOptional Property
Gets or sets a value indicating whether this the particle parameter is optional.

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public bool Optional { get; set; }

Property Value

Type: Boolean
if optional; otherwise, .
See Also