Files
RCBASIC4/doc/files/getactorautoculling.html
2024-12-14 15:28:03 -05:00

40 lines
700 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>GetActorAutoCulling [RCBasic Doc] </title>
</head>
<body>
<p><h2>function GetActorAutoCulling( actor ) </h2></p>
<p>
Returns 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="setactorautoculling.html">SetActorAutoCulling</a>
</p>
<p>
</body>
</html>