Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

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

Vector2Int.Scale

public static Vector2Int Scale(Vector2Int a, Vector2Int b);

Description

Multiplies two vectors component-wise.

Every component in the result is a component of a multiplied by the same component of b.


public void Scale(Vector2Int scale);

Description

Multiplies every component of this vector by the same component of scale.

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