DisableVertexStreams(ParticleSystemVertexStreams)
Disable a set of vertex Shader streams on the Particle System Renderer. The position stream is always enabled, and any attempts to remove it are ignored.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public void DisableVertexStreams(ParticleSystemVertexStreams streams)
Parameters
Streams to disable.
Remarks
Additional Resources: ParticleSystemRenderer.SetActiveVertexStreams.