PeriodicForceEffect.Gain Property

Definition

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 = periodicForceEffect.gain;
periodicForceEffect.gain = double;
Public Property Gain As Double

Property Value

Double

double

Specifies the percentage by which to reduce the force of the effect.

Implements

Applies to