40 lines
703 B
HTML
40 lines
703 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>SetActorAutoCulling [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>sub SetActorAutoCulling( actor, cull_type ) </h2></p>
|
|
<p>
|
|
Sets the automatic culling state for an actor
|
|
</p>
|
|
<p>
|
|
Possible Culling States
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
AUTOCULLING_OFF
|
|
</li>
|
|
<li>
|
|
AUTOCULLING_BOX
|
|
</li>
|
|
<li>
|
|
AUTOCULLING_FRUSTUM_BOX
|
|
</li>
|
|
<li>
|
|
AUTOCULLING_FRUSTUM_SPHERE
|
|
</li>
|
|
<li>
|
|
AUTOCULLING_OCC_QUERY
|
|
</li>
|
|
</ul>
|
|
<br><p>Related:
|
|
<a href="getactorautoculling.html">GetActorAutoCulling</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |