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

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

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

Attributes: Debuggable, Networked, Store