Added docs and project management tool update
This commit is contained in:
18
doc/bu/files/setactorcollisionshape.txt
Normal file
18
doc/bu/files/setactorcollisionshape.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
#title SetActorCollisionShape [RCBasic Doc]
|
||||
#header sub SetActorCollisionShape( actor, shape_type, mass)
|
||||
|
||||
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
|
||||
#/list
|
||||
|
||||
#ref GetActorCollisionShape
|
||||
Reference in New Issue
Block a user