Extensions.GetBounds

Extension Method in Extensions

Declaration

public static Bounds GetBounds(this UnityEngine.CharacterController character)

Description

Calculates the world space bounding volume of the character.

Parameters

characterThe character to get the bounds of.

Returns

BoundsThe world space bounding volume of the character.