C# Class 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.
Inheritance: ManagerBase
Datei anzeigen Open project: ReinAkane/Hikari Class Usage Examples

Private Methods

Method Description
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.