Method DoVertexStreamsArea
DoVertexStreamsArea(Material, List<ParticleSystemRenderer>, bool)
Draws the vertex streams area.
Declaration
public static void DoVertexStreamsArea(Material material, List<ParticleSystemRenderer> renderers, bool useLighting = false)
Parameters
| Type | Name | Description |
|---|---|---|
| Material | material | The material to use. |
| List<ParticleSystemRenderer> | renderers | List of particle system renderers. |
| bool | useLighting | Marks whether the renderers uses lighting or not. |