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
character | The character to get the bounds of. |
Returns
Bounds | The world space bounding volume of the character. |