Collider:getShapes
EditReturns a list of Shapes attached to the Collider.
shapes = Collider:getShapes()
Arguments
None
Returns
Name | Type | Description |
shapes | table | A list of Shapes attached to the Collider. |
See also
Collider:addShape
Collider:removeShape
Shape
Collider