| ForceEffectEnabled 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)
Syntax public 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:
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