静态
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