21 lines
484 B
HTML
21 lines
484 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetActorRotation [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub SetActorRotation( actor, x, y, z ) </h2></p>
|
|
<p>
|
|
Sets the rotation of an actor around each axis
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="rotateactor.html">RotateActor</a>
|
|
<a href="getactorrotation.html">GetActorRotation</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |