Added sprite shape functions
This commit is contained in:
@@ -5,14 +5,14 @@ Sets the actor's collision shape
|
||||
|
||||
Shape Types:
|
||||
#list ul
|
||||
#li SHAPE_TYPE_NONE
|
||||
#li SHAPE_TYPE_BOX
|
||||
#li SHAPE_TYPE_SPHERE
|
||||
#li SHAPE_TYPE_CYLINDER
|
||||
#li SHAPE_TYPE_CAPSULE
|
||||
#li SHAPE_TYPE_CONE
|
||||
#li SHAPE_TYPE_CONVEXHULL
|
||||
#li SHAPE_TYPE_TRIMESH
|
||||
#li ACTOR_SHAPE_NONE
|
||||
#li ACTOR_SHAPE_BOX
|
||||
#li ACTOR_SHAPE_SPHERE
|
||||
#li ACTOR_SHAPE_CYLINDER
|
||||
#li ACTOR_SHAPE_CAPSULE
|
||||
#li ACTOR_SHAPE_CONE
|
||||
#li ACTOR_SHAPE_CONVEXHULL
|
||||
#li ACTOR_SHAPE_TRIMESH
|
||||
#/list
|
||||
|
||||
#ref GetActorCollisionShape
|
||||
|
||||
Reference in New Issue
Block a user