LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

Vector3Int.Distance

public static float Distance(Vector3Int a, Vector3Int b);

Description

Returns the distance between a and b.

Vector3.Distance(a,b) is the same as (a-b).magnitude.