• throttle 函数执行为每帧一次

    Type Parameters

    • T extends ((...args) => void)

    Parameters

    • func: T

      要执行的函数

    • Optional priority: number

      优先级

    • Optional maxFPS: number

    Returns T

Generated using TypeDoc