Updated docs
This commit is contained in:
27
doc/files/applyactortorqueworld.html
Normal file
27
doc/files/applyactortorqueworld.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!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>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user