The UIUtils class is a collection of text utility functions.

UIUtils 是文本工具集。

构造函数

方法

  • 参数

    • arr: any[]

      The source array.

    • str: string

      A string of comma-separated values, such as "p1,p2,p3,p4".

    • type: StringConstructor | NumberConstructor = null

      If the value is not null, it indicates the type of the newly added value.

    返回 any[]

    The filled array.

    Fill an array with a string and return a copy of the array.

    用字符串填充数组,并返回数组副本。

  • 参数

    • value: string

      The string value.

    返回 Function

    The function expression.

    Get the function expression based on the string.

    根据字符串,返回函数表达式。

  • 参数

    • target: Sprite

      The target display object.

    • isGray: boolean = true

      If true, add a grayscale filter, otherwise remove the grayscale filter.

    返回 void

    Add or remove a grayscale filter to the specified target display object.

    给指定的目标显示对象添加或移除灰度滤镜。