Sets the collision shape to a sphere based on the size of the object. You must first create a physics body for the object or this command will fail.
SetObjectShapeSphere( objID )
void agk::SetObjectShapeSphere( uint32_t objID )
SetObjectShapeSphere( objID, diameter )
void agk::SetObjectShapeSphere( uint32_t objID, float diameter )