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 constantForce has been deprecated. Use GetComponent<ConstantForce>() instead. (UnityUpgradable)

Component.constantForce

Switch to Manual
public var constantForce: Component;

Description

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

	constantForce.relativeForce = Vector3(0, 0, 1);