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