export interface IParticleGravity { acceleration: number; enable: boolean; inverse: boolean; }