Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

Removed in version 5.1.0p1
Property collider has been deprecated. Use GetComponent<Collider>() instead. (UnityUpgradable)

GameObject.collider

Switch to Manual
public var collider: Component;

Description

The Collider attached to this GameObject (Read Only). (null if there is none attached).

	var other : GameObject; 
	other.collider.material.dynamicFriction = 1;