Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetMode(ParticleSystemCustomData)

Find out the type of custom data that is being generated for the chosen data stream.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public ParticleSystemCustomDataMode GetMode(ParticleSystemCustomData stream)

Parameters

The name of the custom data stream to query.

Returns

Type

Description

ParticleSystemCustomDataModeThe type of data being generated for the requested stream.

Remarks