Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AreVertexStreamsEnabled(ParticleSystemVertexStreams)

Query whether the Particle System Renderer uses a particular set of vertex streams.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
Warning
Deprecated. AreVertexStreamsEnabled is deprecated. Use GetActiveVertexStreams instead.
public bool AreVertexStreamsEnabled(ParticleSystemVertexStreams streams)

Parameters

Streams to query.

Returns

Type

Description

bool
true
if the queried streams are enabled. Returns
false
otherwise.

Remarks