Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IJobParticleSystem

Inherit from this interface to implement a Particle System job.
Read time 1 minuteLast updated 11 days ago

Definition

[JobProducerType(typeof(ParticleSystemJobStruct<>))]public interface IJobParticleSystem

Remarks

Additional Resources: IJobParticleSystem.Execute

Methods

Method

Description

ExecuteImplement this method to access and modify particle properties.