Is it possible to copy an array created by ArrayPropertyEdit as code? I'm looking for a way to create CollisionPolygon2D dynamically, since now I have to edit it in the editor, type the polygon points array by hand, and then create a ConvexPolygonShape2D from that array, which is very cumbersome. Thanks.