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