Hit data passed as parameters to NetworkCharacterController.ICallbacks methods. More...
Public Attributes | |
Collider | Collider |
The other game object collider in touch with the Character Controller. More... | |
bool | IsBump |
True in case this collision is considered a bump (NetworkCharacterController.Configuration.BumpBehavior). More... | |
Vector3 | Normal |
The normal direction of the collision. More... | |
float | Penetration |
The penetration magnitude. More... | |
Hit data passed as parameters to NetworkCharacterController.ICallbacks methods.
Collider Collider |
The other game object collider in touch with the Character Controller.
bool IsBump |
True in case this collision is considered a bump (NetworkCharacterController.Configuration.BumpBehavior).
Vector3 Normal |
The normal direction of the collision.
float Penetration |
The penetration magnitude.