Version: 2023.2
言語: 日本語
public bool WaitForCompletion (int timeoutMs);

パラメーター

timeoutMs The maximum time in milliseconds this function will wait before returning. Pass 0 to block indefinitely until completion.

戻り値

bool Returns false if the timeout was reached before ContentFile completed loading.

説明

Blocks on the main thread until the load operation completes. This function can be slow and so should be used carefully to avoid frame rate stuttering.