Updated docs
This commit is contained in:
27
doc/files/applyactorcentralforcelocal.html
Normal file
27
doc/files/applyactorcentralforcelocal.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>ApplyActorCentralForceLocal [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>sub ApplyActorCentralForceLocal( actor, x, y, z) </h2></p>
|
||||
<p>
|
||||
Applies a force to the center of mass of an actor in local coordinate space. This force impacts the linear velocity of the object without affecting its rotation.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
x,y,z - direction of the force
|
||||
</li>
|
||||
</ul>
|
||||
<br><p>Related:
|
||||
<a href="applyactorcentralforceworld.html">ApplyActorCentralForceWorld</a>
|
||||
<a href="applyactorcentralimpulselocal.html">ApplyActorCentralImpulseLocal</a>
|
||||
<a href="applyactorcentralimpulseworld.html">ApplyActorCentralImpulseWorld</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user