BodyForce
Applies a constant force to an object.
This class is deprecated. It exists only for backward compatibility, and should not be used for new work. VectorForce should be used instead.
Memory category | Instances |
---|
Member index 2
Description
The BodyForce
object applies (or exerts) a force on the assembly to which it
is parented. If the magnitude of such a force is great enough, assemblies can
begin to accelerate. The force is determined by the
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 or apply forces
relative to the orientation of the assembly, 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 |
This 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.
This property is deprecated. It exists only for backward compatibility, and should not be used for new work. Force should be used instead.
This property is not replicated. Its interface does not cross the network boundary.
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