GameObject.constantForce Manual     Reference     Scripting  
Scripting > Runtime Classes > GameObject
GameObject.constantForce

var constantForce : ConstantForce

Description

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

JavaScript
var other : GameObject; 
other.constantForce.relativeForce = Vector3(0, 0, 1);