PhaseGroup.FadeGain(Double, Double, PhaseCurveType) Method
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.
[Foundation.Export("fadeGain:duration:curveType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FadeGain(double gain, double duration, Phase.PhaseCurveType curveType);
[<Foundation.Export("fadeGain:duration:curveType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FadeGain : double * double * Phase.PhaseCurveType -> unit
override this.FadeGain : double * double * Phase.PhaseCurveType -> unit
Parameters
- gain
- Double
- duration
- Double
- curveType
- PhaseCurveType
- Attributes