# IJobParticleSystemParallelForExtensions

> Extension methods for Jobs using the IJobParticleSystemParallelFor interface.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.ParticleSystemJobs](/engine/6000.7/script-reference/unityengine/particlesystemjobs.md)
* **Assembly:** UnityEngine.ParticleSystemModule

```csharp
public static class IJobParticleSystemParallelForExtensions
```

## Static Methods

| Method                                                                                                                                 | Description                                                                                                                                               |
| -------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [EarlyJobInit](/engine/6000.7/script-reference/unityengine/particlesystemjobs/ijobparticlesystemparallelforextensions/earlyjobinit.md) | Gathers and caches reflection data for the internal job system's managed bindings. Unity is responsible for calling this method - don't call it yourself. |
