CharacterController.height 高度
var height : float
Description描述
The height of the character's capsule
角色胶囊体的高度。
// Set the controller height to 2.0
//设置控制器的高度为2.0。
var controller : CharacterController;
controller = GetComponent(CharacterController);
controller.height = 2.0;
最后修改:2010年12月14日 Tuesday 13:37