Files
RCBASIC4/doc/doc_files/setactorcollisionshape.html
2025-03-20 17:29:11 -04:00

49 lines
799 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>SetActorCollisionShape [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub SetActorCollisionShape( actor, shape_type, mass) </h2></p>
<p>
Sets the actor's collision shape
</p>
<p>
Shape Types:
</p>
<ul>
<li>
ACTOR_SHAPE_NONE
</li>
<li>
ACTOR_SHAPE_BOX
</li>
<li>
ACTOR_SHAPE_SPHERE
</li>
<li>
ACTOR_SHAPE_CYLINDER
</li>
<li>
ACTOR_SHAPE_CAPSULE
</li>
<li>
ACTOR_SHAPE_CONE
</li>
<li>
ACTOR_SHAPE_CONVEXHULL
</li>
<li>
ACTOR_SHAPE_TRIMESH
</li>
</ul>
<br><p>Related:
<a href="getactorcollisionshape.html">GetActorCollisionShape</a>
</p>
<p>
</body>
</html>