 | ForceEffect.Enabled Property |
Gets or sets a value indicating whether this
ForceEffect is enabled.
Namespace: DigitalRune.Physics.ForceEffectsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntaxpublic bool Enabled { get; set; }
Public Property Enabled As Boolean
Get
Set
public:
property bool Enabled {
bool get ();
void set (bool value);
}
member Enabled : bool with get, set
Property Value
Type:
Booleantrue 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