Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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
Warning
Deprecated. DisableVertexStreams is deprecated. Use SetActiveVertexStreams instead.
public void DisableVertexStreams(ParticleSystemVertexStreams streams)

Parameters

Streams to disable.

Remarks