Sub SetActorShape( actor, shape_type, mass)
Sets the shape of an actor
Possible Actor Shapes
-
ACTOR_SHAPE_NONE
-
ACTOR_SHAPE_BOX
-
ACTOR_SHAPE_SPHERE
-
ACTOR_SHAPE_CYLINDER
-
ACTOR_SHAPE_CAPSULE
-
ACTOR_SHAPE_CONE
-
ACTOR_SHAPE_CONVEXHULL
-
ACTOR_SHAPE_TRIMESH
-
ACTOR_SHAPE_COMPOSITE
-
ACTOR_SHAPE_IMPACT_MESH
NOTE: ACTOR_SHAPE_COMPOSITE is not a shape you can set. It is a shape that is automatically set on composite actors.
Related:
SetActorShapeEx
GetActorShape