Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Transform.localScale

Switch to Manual
public var localScale: Vector3;

Description

The scale of the transform relative to the parent.

#pragma strict
// Widen the object by 0.1
transform.localScale += new Vector3(0.1F, 0, 0);