I hereby claim:
- I am khoslaventures on github.
- I am akashkhosla (https://keybase.io/akashkhosla) on keybase.
- I have a public key ASCXtbDSIpGgo_ev2VIhW1XT_eV48doPYWJxtJG3UFWTAgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| using UnityEngine; | |
| using System.Collections; | |
| public class ParticleSeaSimple : MonoBehaviour { | |
| public ParticleSystem particleSystem; | |
| private ParticleSystem.Particle[] particlesArray; | |
| public Gradient colorGradient; |