TrueSync
|
Represents few information about a raycast hit. More...
Public Member Functions | |
TSRaycastHit (TSRigidBody rigidbody, TSCollider collider, TSTransform transform, TSVector normal, TSVector origin, TSVector direction, FP fraction) | |
Properties | |
TSRigidBody | rigidbody [get] |
TSCollider | collider [get] |
TSTransform | transform [get] |
TSVector | point [get] |
TSVector | normal [get] |
FP | distance [get] |
Represents few information about a raycast hit.
Definition at line 9 of file TSRaycastHit.cs.