UnityMainThreadDispatcher icon indicating copy to clipboard operation
UnityMainThreadDispatcher copied to clipboard

Enqueue action with parameter of type T.

Open julja94 opened this issue 4 years ago • 0 comments

New functions added to pass actions with a generic parameter:

  • Enqueue<T>
  • EnqueueAsync<T>
  • ActionWrapper<T>

I am using these to pass received values from MQTT.

julja94 avatar Feb 09 '21 17:02 julja94