Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

DrivenRectTransformTracker.Add

Declaration

public void Add(Object driver, RectTransform rectTransform, DrivenTransformProperties drivenProperties);

Parameters

driver The object to drive properties.
rectTransform The RectTransform to be driven.
drivenProperties The properties to be driven.

Description

Add a RectTransform to be driven.

Additional resources: RectTransform, DrivenTransformProperties.