UnityMainThreadDispatcher
UnityMainThreadDispatcher copied to clipboard
Enqueue action with parameter of type T.
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.