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

スクリプト言語

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

Quaternion.this[int]

public var this[int]: float;

Description

イデックスによってx,y,z,wにアクセスする。

	var p : Quaternion;
	p[3] = 0.5; // the same as p.w = 0.5