C# 클래스 HikariThreading.UnityManager

Manages work for Unity's thread. All methods not marked Unsafe are thread safe. UnsafeUpdate must be called for UnityManager to do any work, but UnityManager will not call it.
상속: ManagerBase
파일 보기 프로젝트 열기: ReinAkane/Hikari 1 사용 예제들

비공개 메소드들

메소드 설명
UnityManager ( int max_tasks_in_a_frame = -1 ) : System

Creates a new UnityManager with the specified maximum number of Tasks to run in a single frame.

UnsafeUpdate ( ) : void

Checks for napping and awaked tasks, and assigns work.