IJobParticleSystemParallelFor
Inherit from this interface to implement a Particle System job.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.ParticleSystemJobs
- Assembly: UnityEngine.ParticleSystemModule
[JobProducerType(typeof(ParticleSystemParallelForJobStruct<>))]public interface IJobParticleSystemParallelFor
Remarks
Additional Resources: IJobParticleSystemParallelFor.Execute.
Methods
Method | Description |
|---|---|
| Execute | Implement this method to access and modify particle properties. |