Files
RCBASIC4/doc/doc_files/setactorshape.html
2026-02-26 15:33:51 -06:00

60 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>SetActorShape [RCBasic Doc] </title>
</head>
<body>
<p><h2>Sub SetActorShape( actor, shape_type, mass) </h2></p>
<p>
Sets the shape of an actor
</p>
<p>
Possible Actor Shapes
</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>
<li>
ACTOR_SHAPE_COMPOSITE
</li>
<li>
ACTOR_SHAPE_IMPACT_MESH
</li>
</ul>
<p>
NOTE: ACTOR_SHAPE_COMPOSITE is not a shape you can set. It is a shape that is automatically set on composite actors.
</p>
<br><p>Related:
<a href="setactorshapeex.html">SetActorShapeEx</a>
<a href="getactorshape.html">GetActorShape</a>
</p>
<p>
</p>
</body>
</html>