コンポーネントは RectTransform を動作させるために設計されています。DrivenRectTransformTracker 構造体はどの RectTransform を動作させるか指定するために使われます。
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.
コンポーネントは動作している RectTransform の値を変更するたびに、まず Clear メソッドを呼び出す必要があります。動作しているすべての RectTransform を追加するには Add メソッドを使用します。 Clear メソッドはコンポーネントの OnDisable コールバックでも呼び出さなければなりません。
StartRecordingUndo | Resume recording undo of driven RectTransforms. |
StopRecordingUndo | Stop recording undo actions from driven RectTransforms. |