25 lines
672 B
HTML
25 lines
672 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetActorLinearFactor [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub SetActorLinearFactor( actor, x, y, z) </h2></p>
|
|
<p>
|
|
Sets an actor's linear factor.
|
|
</p>
|
|
<p>
|
|
The linear factor determines how the actor responds to linear velocity or force.
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="getactorlinearfactor.html">GetActorLinearFactor</a>
|
|
<a href="setactorangularfactor.html">SetActorAngularFactor</a>
|
|
<a href="getactorangularfactor.html">GetActorAngularFactor</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |