Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AttachToPanelEvent

Event sent after an element is added to an element that is a descendant of a panel.
Read time 2 minutesLast updated 2 days ago

Definition

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

Remarks

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

Inheritance