|
static void | LookAt (this Rigidbody rigidbody, Vector3 target, float force) |
| LookAt target by applying torque forces. More...
|
|
static void | StabilizePitchAndRoll (this Rigidbody rigidbody, float stability, float speed) |
| Stabilizes the pitch and roll of a rigid body. More...
|
|
static void | StabilizeRoll (this Rigidbody rigidbody, float stability, float speed) |
| Stabilizes the roll of a rigidbody. More...
|
|
static void UniExtensions.RigidbodyExtensionMethods.LookAt |
( |
this Rigidbody |
rigidbody, |
|
|
Vector3 |
target, |
|
|
float |
force |
|
) |
| |
|
inlinestatic |
LookAt target by applying torque forces.
- Parameters
-
rigidbody | Rigidbody. |
target | Target. |
force | Force. |
static void UniExtensions.RigidbodyExtensionMethods.StabilizePitchAndRoll |
( |
this Rigidbody |
rigidbody, |
|
|
float |
stability, |
|
|
float |
speed |
|
) |
| |
|
inlinestatic |
Stabilizes the pitch and roll of a rigid body.
- Parameters
-
rigidbody | Rigidbody. |
stability | Stability. |
speed | Speed. |
static void UniExtensions.RigidbodyExtensionMethods.StabilizeRoll |
( |
this Rigidbody |
rigidbody, |
|
|
float |
stability, |
|
|
float |
speed |
|
) |
| |
|
inlinestatic |
Stabilizes the roll of a rigidbody.
- Parameters
-
rigidbody | Rigidbody. |
stability | Stability. |
speed | Speed. |
The documentation for this class was generated from the following file: