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

파라미터

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

설명

Deregisters a registered callback.

Only deregisters the callback that is matched with the given message ID and given Action.