静态compare静态from静态getThe file path.
The base name of the file, including the extension.
The file path.
Whether to exclude the file extension. Default is false.
The base name of the file, optionally excluding the extension.
静态get静态getGID静态isUUID静态parseThe string to be parsed.
The radix for parsing the number (between 2 and 36). Defaults to 0, which means decimal. The other values range from 2 to 36. If it starts with "0xX" or "0X", it will be based on 16. If the parameter is not within the above range, this method returns 0.
The parsed number.
静态parse静态replace静态runThe array of data to process.
The maximum number of parallel tasks to run.
The function to run for each item in the datas array. It should return a value or a Promise.
可选abortToken: IAbortTokenAn optional token to signal task
The array of data to process.
it will be called with the number of tasks to determine if more tasks can be run.
The function to run for each item in the datas array. It should return a value or a Promise.
可选abortToken: IAbortTokenAn optional token to signal task
静态runThe array of data to process.
The maximum number of parallel tasks to run.
The function to run for each item in the datas array. It should return a value or a Promise.
可选abortToken: IAbortTokenAn optional token to signal task abortion. If the token's aborted property is true, the task will be aborted.
The array of data to process.
It will be called with the number of tasks to determine if more tasks can be run.
The function to run for each item in the datas array. It should return a value or a Promise.
可选abortToken: IAbortTokenAn optional token to signal task abortion. If the token's aborted property is true, the task will be aborted.
静态sleep静态testThe x-coordinate of the point.
The y-coordinate of the point.
An array of points representing the polygon, where each pair of numbers represents the x and y coordinates of a vertex.
True if the point is inside the polygon, false otherwise.
静态to静态to静态to静态uint8The RenderTexture to convert.
The converted Base64 string
静态uint8The RenderTexture to convert.
A promise that resolves to a Base64 string representing the RenderTexture.
静态until
En
Utils is a utility class.
Zh
Utils 是工具类。
Blueprintable