Version: 2018.1
public static Vector3Int Scale (Vector3Int a, Vector3Int b);

Description

Покомпонентное умножение двух vector'oв

Каждый компонент в результате является компонентом а умноженным на B/


public void Scale (Vector3Int scale);

Description

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