Enum CharacterHitState
The state of a character hit (enter, exit, stay)
Namespace: Unity.CharacterController
Syntax
public enum CharacterHitState
Fields
Name | Description | Value |
---|---|---|
Enter | The hit has been entered |
0 |
Stay | The hit is being detected |
1 |
Exit | The hit has been exited |
2 |