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
| character | The character to change. |
| height | The desired height of the character. |