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

スクリプト言語

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

Rigidbody.inertiaTensorRotation

Switch to Manual
public var inertiaTensorRotation: Quaternion;

Description

慣性テンソルの回転角度

If you don't set intertia tensor rotation from a script it will be calculated automatically from all colliders attached to the rigidbody.

	// Resets the inertia tensor to be the coordinate system of the transform

	rigidbody.inertiaTensorRotation = Quaternion.identity;