| 123456789101112131415161718 |
- return {
- summary = 'Remove a Shape from the Collider.',
- description = 'Removes a Shape from the Collider.',
- arguments = {
- {
- name = 'shape',
- type = 'Shape',
- description = 'The Shape to remove.'
- }
- },
- returns = {},
- notes = 'Colliders without any shapes won\'t collide with anything.',
- related = {
- 'Collider:addShape',
- 'Collider:getShapes',
- 'Shape'
- }
- }
|