How to deform a 2D GameObject ?

Hello,
I was wondering if there was a simple way to deform a GameObject with his corners, like this :

Thanks !

139733-deformation.png

Assuming your gameobject is a mesh, you would have to change the vertices of the mesh
to represent the shape that you want, there really is no “simple” way to do this.