Unity Engine documentationScript ReferenceUnityEngineUnityEngine.UIElementsITransformscaleThe scale of the VisualElement transform.Read time 1 minuteLast updated 10 days agoDefinition Type: Property Namespace: UnityEngine.UIElements Assembly: UnityEngine.UIElementsModule WarningDeprecated. When reading the value, use VisualElement.resolvedStyle.scale. When writing the value, use VisualElement.style.scale instead. Vector3 scale { get; set; }