NetworkThreadDispatcher..::..Enqueue Method (IEnumerator)
Enqueues an IEnumerator action to be executed as a coroutine.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void Enqueue( IEnumerator action )
Parameters
- action
- Type: IEnumerator
The IEnumerator action to enqueue.