60 lines
1.0 KiB
HTML
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>GetActorShape [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function GetActorShape(actor) </h2></p>
|
|
<p>
|
|
Returns 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="setactorshape.html">SetActorShape</a>
|
|
<a href="setactorshapeex.html">SetActorShapeEx</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |