Version: 2017.1

ParticleSystem.MinMaxCurveConstructor

Cambiar al Manual
public ParticleSystem.MinMaxCurve (float constant);

Parámetros

constant Constant value.

Descripción

A single constant value for the entire curve.


public ParticleSystem.MinMaxCurve (float multiplier, AnimationCurve curve);

Parámetros

scalar A multiplier to be applied to the curve.
curve A single curve for evaluating against.

Descripción

Use one curve when evaluating numbers along this Min-Max curve.


public ParticleSystem.MinMaxCurve (float multiplier, AnimationCurve min, AnimationCurve max);

Parámetros

scalar A multiplier to be applied to the curves.
min The curve describing the minimum values to be evaluated.
max The curve describing the maximum values to be evaluated.

Descripción

Randomly select values based on the interval between the minimum and maximum curves.


public ParticleSystem.MinMaxCurve (float min, float max);

Parámetros

min The constant describing the minimum values to be evaluated.
max The constant describing the maximum values to be evaluated.

Descripción

Randomly select values based on the interval between the minimum and maximum constants.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961