Version: 2020.1
언어: 한국어
public void Unregister (Guid messageId, UnityAction<MessageEventArgs> callback);

파라미터

messageId Message ID associated with the callback that you wish to deregister.
callback The associated callback function you wish to deregister.

설명

Deregisters a message listener.

Only deregisters the callback that is matched with the message ID and callback. Other registered callbacks with the same message ID are unaffected.