Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

Removed in version 5.0.1p4
Property animation has been deprecated. Use GetComponent<Animation>() instead. (UnityUpgradable)

Component.animation

Switch to Manual
public var animation: Component;

Description

The Animation attached to this GameObject (null if there is none attached).

	GetComponent.<Animation>().Play();