28 lines
960 B
HTML
28 lines
960 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>ApplyActorTorqueWorld [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub ApplyActorTorqueWorld( actor, x, y, z) </h2></p>
|
|
<p>
|
|
Applies a continuous torque to an actor, causing it to accelerate its rotational motion over time. Unlike applyActorTorqueImpulse, which causes an immediate change in angular velocity, this applies a torque force gradually, leading to a continuous rotational effect, similar to applying a force to linear motion.
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
x, y, z - direction of rotation
|
|
</li>
|
|
</ul>
|
|
<br><p>Related:
|
|
<a href="applyactortorquelocal.html">ApplyActorTorqueLocal</a>
|
|
<a href="applyactortorqueimpulselocal.html">ApplyActorTorqueImpulseLocal</a>
|
|
<a href="applyactortorqueimpulseworld.html">ApplyActorTorqueImpulseWorld</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |