BodyThrust

非推奨を表示
非推奨

The BodyThrust object applies (or exerts) a force relative to the part to which it is parented at a specific location. It behaves similar to a BodyForce, except that this object's force applies at a specific point (BodyThrust.Location), allowing you to exert a [torque][1] (rotational force). To apply a force dynamically so that a part maintains a constant angular velocity, use a BodyAngularVelocity instead. To apply a force dynamically so that a part maintains a constant orientation (angular position), use a BodyGyro.

概要

プロパティ

  • 並列読み取り

    Determines the amount of force exerted on each axis relative to the part.

  • 並列読み取り

    Determines the relative position where the Force is exerted.

プロパティ

Force

並列読み取り

The Force property determines the amount of force exerted on each axis relative to the part. Unlike BodyForce.Force, this property is relative to the part and not the world. The force is exerted at the Location, which is also relative to the part.

Location

並列読み取り

The Location property determines the relative offset from the center part at which the BodyThrust.Force is exerted. This is the primary means for turning force into torque.

方法

イベント