Photon Fusion 1.1.9

Public Attributes | List of all members
NetworkCharacterController.Hit Struct Reference

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.
 
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.
 

Detailed Description

Hit data passed as parameters to NetworkCharacterController.ICallbacks methods.