Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

Physics.gravity

Switch to Manual
public static var gravity: Vector3;

Description

The gravity applied to all rigid bodies in the scene.

Gravity can be turned off for an individual rigidbody using its useGravity property.

	Physics.gravity = Vector3(0, -1.0, 0);