GetMeshes(Mesh[])
Gets the array of Meshes to use when selecting particle meshes.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public int GetMeshes(Mesh[] meshes)
Parameters
An array this function populates with the list of Meshes the ParticleSystemRenderer uses for particle Mesh selection. If the array is smaller than the number of Meshes, this function cannot populate it with every Mesh. If the array is larger than the number of Meshes, this function ignores indices greater than the number of Meshes. Use _meshCount to get the number of Meshes the ParticleSystemRenderer has.
Returns
Type | Description |
|---|---|
| int | The number of Meshes this function wrote to the destination array. |
Remarks
Additional Resources: _renderMode