Click or drag to resize

CapsuleMeshMidHeight Property

Height of the middle cylindrical part of the capsule (without the hemispherical ends).

Note: The capsule's total height is equal to MidHeight + 2 * Radius.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float MidHeight { get; set; }

Property Value

Type: Single
See Also