Method DoVertexStreamsArea
DoVertexStreamsArea(Material, List<ParticleSystemRenderer>, bool)
Draws the vertex streams area.
선언
public static void DoVertexStreamsArea(Material material, List<ParticleSystemRenderer> renderers, bool useLighting = false)
파라미터
| 타입 | 이름 | 설명 | 
|---|---|---|
| Material | material | The material to use.  | 
    
| List<ParticleSystemRenderer> | renderers | List of particle system renderers.  | 
    
| bool | useLighting | Marks whether the renderers uses lighting or not.  |