C# Class KEngine.KAsyncManager

Inheritance: KBehaviour
Mostra file Open project: mr-kelly/KEngine

Public Properties

Property Type Description
_mainThreadCallbacks List
_threads HashSet

Protected Methods

Method Description
OnDestroy ( ) : void

Private Methods

Method Description
OnApplicationQuit ( ) : void
StopAllThreads ( ) : void
Update ( ) : void

Method Details

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

Property Details

_mainThreadCallbacks public_oe property

public List _mainThreadCallbacks
return List

_threads public_oe property

public HashSet _threads
return HashSet