private void Start() { GetComponent <MeshFilter>().mesh = MeshDraft.FlatSpheroid(radius, height, horizontalSegments, verticalSegments).ToMesh(); }