Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

DrivenRectTransformTracker

struct in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

A component can be designed to drive a RectTransform. The DrivenRectTransformTracker struct is used to specify which RectTransforms it is driving.

Driving a RectTransform means that the values of the driven RectTransform are controlled by that component. These driven values cannot be edited in the Inspector (they are shown as disabled). They also won't be saved when saving a scene, which prevents undesired scene file changes.

Whenever the component is changing values of driven RectTransforms, it should first call the Clear method and then use the Add method to add all RectTransforms it is driving. The Clear method should also be called in the OnDisable callback of the component.

Public Methods

AddAdd a RectTransform to be driven.
ClearClear the list of RectTransforms being driven.

Static Methods

StartRecordingUndoResume recording undo of driven RectTransforms.
StopRecordingUndoStop recording undo actions from driven RectTransforms.

Did you find this page useful? Please give it a rating: