Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

ColliderDistance2D.isValid

public bool isValid;

Description

Gets whether the distance is valid or not.

When a function returns a ColliderDistance2D struct, it may not be valid because the Collider2D used as distance references were not valid in some way due to them being disabled or not having any valid shapes. This property indicates whether the other distance properties can be used and are valid or not.

See Also: Physics2D.Distance, Collider2D.Distance and Rigidbody2D.Distance.