Extensions.SetHeight

Extension Method in Extensions

Declaration

public static void SetHeight(this UnityEngine.CharacterController character, float height)

Description

Sets the character's height to the desired height.

Parameters

characterThe character to change.
heightThe desired height of the character.