Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UnregisterAllRemovableCallbacks()

Removes all callbacks registered with CallbackOptions.Removable from the instance.
Read time 1 minuteLast updated 12 days ago

Definition

public void UnregisterAllRemovableCallbacks()

Remarks

This method throws an InvalidOperationException if called while an event callback is in the process of being invoked on this element.