Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DetachFromPanelEvent

Event sent just before an element is detached from its parent, if the parent is the descendant of a panel.
Read time 2 minutesLast updated 2 days ago

Definition

public class DetachFromPanelEvent : PanelChangedEventBase<DetachFromPanelEvent>, IDisposable, IPanelChangedEvent

Remarks

Don't modify the parent of the element in your registered callbacks.

Inheritance