extends BodyMover
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | BodyVelocity |
ExplorerOrder | string | 14 |
ExplorerImageIndex | string | 14 |
Properties
5MaxForce
Vector3| Field | XML type | Value |
|---|---|---|
Name | string | MaxForce |
summary | string | The maximum force that will be exerted on the Part in each axis |
P
float| Field | XML type | Value |
|---|---|---|
Name | string | P |
summary | string | The amount of power we add to the system. The higher the power, the quicker the force will achieve its goal. |
Velocity
Vector3| Field | XML type | Value |
|---|---|---|
Name | string | Velocity |
summary | string | The velocity this system tries to achieve. How quickly the system reaches this velocity (if ever) is defined by P. |
maxForce
Vector3| Field | XML type | Value |
|---|---|---|
Name | string | maxForce |
Deprecated | bool | true |
summary | string | Use MaxForce instead |
velocity
Vector3| Field | XML type | Value |
|---|---|---|
Name | string | velocity |
Deprecated | bool | true |
summary | string | Use Velocity instead |
Functions
2GetLastForce
() → Vector3| Field | XML type | Value |
|---|---|---|
Name | string | GetLastForce |
lastForce
() → Vector3| Field | XML type | Value |
|---|---|---|
Name | string | lastForce |