RectTransform.ReapplyDrivenProperties
Delegate type for the RectTransform.reapplyDrivenProperties event.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Delegate
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public delegate void RectTransform.ReapplyDrivenProperties(RectTransform driven)
Remarks
Handlers of this type are invoked to reapply the driven properties of a . Assign a method matching this signature to the RectTransform.reapplyDrivenProperties event.
RectTransformAdditional Resources: RectTransform.reapplyDrivenProperties