ExponentialEasingFunction.Exponent 屬性

定義

取得或設定用於決定動畫插補的指數。

public:
 property float Exponent { float get(); };
float Exponent();
public float Exponent { get; }
var single = exponentialEasingFunction.exponent;
Public ReadOnly Property Exponent As Single

屬性值

Single

float

用於決定動畫插補的指數。 預設值為 2。

備註

此函式所使用的公式如下。

ExponentialEasingFunction 的數學公式

使用上述公式,下圖說明 Exponent 屬性數個不同值的效果:

顯示三個指數值的指數輕鬆圖表

適用於