Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IJobParticleSystemParallelForBatch

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

Definition

[JobProducerType(typeof(ParticleSystemParallelForBatchJobStruct<>))]public interface IJobParticleSystemParallelForBatch

Remarks

Methods

Method

Description

ExecuteImplement this method to access and modify particle properties.