20 lines
480 B
HTML
20 lines
480 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetTerrainCameraMovementDelta [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub SetTerrainCameraMovementDelta( actor, delta ) </h2></p>
|
|
<p>
|
|
Sets the movement camera threshold.
|
|
</p>
|
|
<p>
|
|
It is used to determine when to recalculate indices for the actor. The default value is 10.
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |