BodyForce
Applies a constant force to an object.
Memory category | Instances |
---|
Member index 2
Description
The BodyForce object applies (or exerts) a force on the part to which it is parented. If the magnitude of such a force is great enough, parts can begin to accelerate. The force is determined by the BodyForce.Force property, and is defined on the three world axes.
A BodyForce alone cannot apply a torque (it cannot cause the parent to rotate on its own). To apply a force at a specific point (e.g. to apply torque for angular acceleration) or apply forces relative to the orientation of the part, use a BodyThrust instead.
History 13
- 553 Change PreferredDescriptor of force from to Force
- 553 Change Default of force from to Vector3(0, 1, 0)
- 553 Change Default of Force from to Vector3(0, 1, 0)
- 553 Change PreferredDescriptor of BodyForce from to VectorForce
- 516 Change Tags of BodyForce from [] to [Deprecated]
- 486 Change ThreadSafety of force from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Force from ReadOnly to ReadSafe
- 462 Change ThreadSafety of force from to ReadOnly
- 462 Change ThreadSafety of Force from to ReadOnly
- 213 Change Tags of force from [NotReplicated] to [NotReplicated, Deprecated]
- 210 Add Force
- 47 Add force
- 47 Add BodyForce
Members 2
Force
Type | Default | |
---|---|---|
Vector3 | 0, 1, 0 |
The Force property determines the magnitude of force exerted on each axis, relative to the world.
Thread safety | ReadSafe |
---|---|
Category | Goals |
Loaded/Saved | true |
force
Type | Default | |
---|---|---|
Vector3 | 0, 1, 0 |
A deprecated variant of BodyForce.Force that indicates the amount of force applied on each axis.
Thread safety | ReadSafe |
---|---|
Category | Goals |
Loaded/Saved | true/false |
History 6
- 553 Change PreferredDescriptor of force from to Force
- 553 Change Default of force from to Vector3(0, 1, 0)
- 486 Change ThreadSafety of force from ReadOnly to ReadSafe
- 462 Change ThreadSafety of force from to ReadOnly
- 213 Change Tags of force from [NotReplicated] to [NotReplicated, Deprecated]
- 47 Add force