C# (CSharp) UnityTools.Threading 네임스페이스

클래스들

이름 설명
UnityDispatcher The UnityDispatcher class allows you to execute code on the main Unity thread. This is useful for situations where you need code on a seperate thread (i.e. slow IO operations) to access things that can only be accessed on the main thread.
UnityTask A helper class inspired by the .NET 4.0 Task object and javascript flow libraries such as Q