次の方法で共有


InertiaTranslationBehavior2D.InitialVelocityY プロパティ

定義

y 軸に沿ったミリ秒あたりの初期速度 (座標単位) を取得または設定します。

public:
 property float InitialVelocityY { float get(); void set(float value); };
public float InitialVelocityY { get; set; }
member this.InitialVelocityY : single with get, set
Public Property InitialVelocityY As Single

プロパティ値

y 軸に沿ったミリ秒あたりの初期速度 (座標単位)。

注釈

このプロパティの既定値は、NaN です。 このプロパティを既定値から変更しないか、このプロパティを 0 に設定すると、y 軸に沿った平行移動慣性が無効になります。

慣性プロセッサの実行中は、このプロパティを設定できません。それ以外の場合は、例外がスローされます。

適用対象