The GradientSize class is used to create gradient sizes.

GradientSize 类用于创建渐变尺寸。

实现

  • IClone

访问器

  • get type(): number

    返回 number

    The type of lifecycle size. 0: Curve mode, 1: Random double constant mode, 2: Random double curve mode.

    生命周期尺寸类型,0:曲线模式,1:随机双常量模式,2:随机双曲线模式。

方法

  • 参数

    • meshMode: boolean = false

      Indicates whether the calculation is for mesh mode.

    返回 number

    The maximum size found in the gradient.

    Retrieves the maximum size within a gradient, based on the specified parameters and mode.

    获取渐变中的最大尺寸。

  • 参数

    • constantMin: number

      The minimum constant size.

    • constantMax: number

      The maximum constant size.

    返回 GradientSize

    The gradient size instance.

    Create a GradientSize instance by random two constant sizes.

    通过随机双固定尺寸创建一个 GradientSize 实例。

  • 参数

    • constantMinSeparate: Vector3

      The minimum constant size for separate axes.

    • constantMaxSeparate: Vector3

      The maximum constant size for separate axes.

    返回 GradientSize

    The gradient size instance.

    Create a GradientSize instance by separate axis random two constant sizes.

    通过分轴随机双固定尺寸创建一个 GradientSize 实例。