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

スクリプト言語

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

CharacterController.radius

Switch to Manual
public var radius: float;

Description

キャラクターのカプセルの半径

	// Set the controller radius to 0.3
	var controller : CharacterController;
	controller = GetComponent(CharacterController);
	controller.radius = 0.3;