Version: 2022.2
언어: 한국어

ParticleSystemCurveMode

enumeration

매뉴얼로 전환

설명

The particle curve mode.

This is used by MinMaxCurve to determine which mode to evaluate curves in.

변수

ConstantUse a single constant for the MinMaxCurve.
CurveUse a single curve for the MinMaxCurve.
TwoCurvesUse a random value between 2 curves for the MinMaxCurve.
TwoConstantsUse a random value between 2 constants for the MinMaxCurve.