Function Mesh.createOutline
Calculate an outline mesh at a defined offset (margin) from the original mesh. Note: This method typically returns the vertices in reverse order (e.g. clockwise to counterclockwise).
godot .d .reference .Ref!(godot.mesh.Mesh) createOutline
(
const(double) margin
) nothrow @nogc const;