Version: 2020.2
언어: 한국어
public ParticleSystem.MinMaxCurve GetVector (ParticleSystemCustomData stream, int component);

파라미터

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

반환

MinMaxCurve The curve being used to generate custom data.

설명

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