Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

CapsuleCollider.height

Switch to Manual
public var height: float;

Description

The height of the capsule meased in the object's local space.

The capsule's height will be scaled by the transform's scale. Note that the height is the actual height including the half-spheres at each end.

	collider.height = 5;