Collider:getShapes

Edit

Returns a list of Shapes attached to the Collider.

shapes = Collider:getShapes()

Arguments

None

Returns

NameTypeDescription
shapestable A list of Shape objects attached to the Collider.

See also