How do you set mesh size in C# Mono?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By penubag

In GDScript, this works

$Ocean.get_mesh().size = Vector2(10,10)

However, there is no size property in C# mono for MeshInstance?

I’m not seeing anything in the documentation for size