ConditionForceEffect.Gain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the percentage by which to reduce the force of the effect.
public:
property double Gain { double get(); void set(double value); };
double Gain();
void Gain(double value);
public double Gain { get; set; }
var double = conditionForceEffect.gain;
conditionForceEffect.gain = double;
Public Property Gain As Double
Property Value
Double
double
Specifies the percentage by which to reduce the force of the effect.