次の方法で共有


PowerEasingFunction.Power プロパティ

定義

アニメーション補間の指数を取得または設定します。

public:
 property float Power { float get(); };
float Power();
public float Power { get; }
var single = powerEasingFunction.power;
Public ReadOnly Property Power As Single

プロパティ値

Single

float

アニメーション補間の指数。 この値は、0 以上である必要があります。 既定値は 2 です。

注釈

たとえば、値が 7 の場合、f(t) = t7 という数式に従うアニメーションの補間曲線が作成されます。

適用対象