Click or drag to resize
DigitalRuneForceEffect.Enabled Property
Gets or sets a value indicating whether this ForceEffect is enabled.

Namespace: DigitalRune.Physics.ForceEffects
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public bool Enabled { get; set; }

Property Value

Type: Boolean
true if enabled; otherwise, false. The default is true.
Remarks
If this property is false, the force effect does not apply any forces. OnApply() is only called if this property is true.
See Also