Version: 2023.2
언어: 한국어

Awaitable.MainThreadAsync

매뉴얼로 전환
public static MainThreadAwaitable MainThreadAsync ();

반환

MainThreadAwaitable Awaitable object that completes when switching on the main thread.

설명

Resumes execution on the Unity main thread. If the caller is already on the main thread, it will complete immediately.