extends BodyMover
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | BodyAngularVelocity |
ExplorerOrder | string | 14 |
ExplorerImageIndex | string | 14 |
Properties
5AngularVelocity
Vector3| Field | XML type | Value |
|---|---|---|
Name | string | AngularVelocity |
summary | string | The rotational velocity this system tries to achieve. How quickly the system reaches this velocity is defined by P. |
MaxTorque
Vector3| Field | XML type | Value |
|---|---|---|
Name | string | MaxTorque |
summary | string | The maximum torque 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. |
angularvelocity
Vector3| Field | XML type | Value |
|---|---|---|
Name | string | angularvelocity |
maxTorque
Vector3| Field | XML type | Value |
|---|---|---|
Name | string | maxTorque |
Deprecated | bool | true |
summary | string | Use MaxTorque instead |