The height of the capsule meased in the object's local space.
collider.height = 5;
using UnityEngine; using System.Collections; public class Example : MonoBehaviour { void Example() { collider.height = 5; } }
import UnityEngine import System.Collections public class Example(MonoBehaviour): def Example() as void: collider.height = 5