pub fn character_controller_height() -> Component<f32>
Expand description

Character controller height: The height of the physics character controller attached to this entity.

If an entity has both this and a character_controller_radius, it will be given a physical character collider.

Attributes: Debuggable, Networked, Store