public ParticleSystem.MinMaxCurve GetVector(ParticleSystemCustomData stream, int component);

Parameters

streamThe name of the custom data stream to retrieve the curve from.
componentThe component index to retrieve the curve for (0-3, mapping to the xyzw components of a Vector4 or float4).

Returns

MinMaxCurve The curve being used to generate custom data.

Description 描述

Get a MinMaxCurve, that is being used to generate custom data.