Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


reapplyDrivenProperties

Event invoked when a RectTransform needs its driven properties reapplied.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Event
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static event RectTransform.ReapplyDrivenProperties reapplyDrivenProperties

Remarks

This event fires when a
RectTransform
awakens from load (for example, after scene load or instantiation) or is deactivated. Subscribe to this event and call DrivenRectTransformTracker.Add in the handler to re-establish driven properties on the affected
RectTransform
.