Vector3Int.Scale

public static Vector3Int Scale(Vector3Int a, Vector3Int 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(Vector3Int scale);

Description

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

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答