public Particle(Vector3 origin) { pos = origin; _isDead = false; size = um.random(20); c = new Color(Random.value, Random.value, 1.0f, 0.5f); }