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

44 lines
880 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>SetSpriteCollisionShape [RCBasic Doc] </title>
</head>
<body>
<p><h2>Sub SetSpriteCollisionShape(spr_id, shape) </h2></p>
<p>
Sets the collision shape of a sprite
</p>
<p>
Shape Types:
</p>
<ul>
<li>
SPRITE_SHAPE_NONE
</li>
<li>
SPRITE_SHAPE_BOX
</li>
<li>
SPRITE_SHAPE_POLYGON
</li>
<li>
SPRITE_SHAPE_CIRCLE
</li>
<li>
SPRITE_SHAPE_CHAIN
</li>
</ul>
<br><p>Related:
<a href="setspritebox.html">SetSpriteBox</a>
<a href="setspriteradius.html">SetSpriteRadius</a>
<a href="setspritechain.html">SetSpriteChain</a>
<a href="setspritechainloop.html">SetSpriteChainLoop</a>
<a href="setspritepolygon.html">SetSpritePolygon</a>
</p>
<p>
</body>
</html>