Click or drag to resize
DigitalRuneForceEffectEnabled 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
if enabled; otherwise, . The default is .
Remarks
If this property is , the force effect does not apply any forces. OnApply is only called if this property is .
See Also