Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IJobParticleSystemParallelFor

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

Definition

[JobProducerType(typeof(ParticleSystemParallelForJobStruct<>))]public interface IJobParticleSystemParallelFor

Remarks

Methods

Method

Description

ExecuteImplement this method to access and modify particle properties.