言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Physics.gravity

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);