interface in UnityEngine.ParticleSystemJobs
Inherit from this interface to implement a Particle System job.
Additional resources: IJobParticleSystemParallelFor.Execute.
Method | Description |
---|---|
Execute | Implement this method to access and modify particle properties. |