![]() |
Falco Engine 3.9.0.1 (beta)
|
Public Attributes | |
Rigidbody | other |
The other rigidbody that this object collided with More... | |
Vector3 | point |
Collision point in world space More... | |
Vector3 | normal |
Collision normal in world space More... | |
Definition at line 8 of file Collision.cs.
Vector3 FalcoEngine.Collision.normal |
Collision normal in world space
Definition at line 23 of file Collision.cs.
Rigidbody FalcoEngine.Collision.other |
The other rigidbody that this object collided with
Definition at line 13 of file Collision.cs.
Vector3 FalcoEngine.Collision.point |
Collision point in world space
Definition at line 18 of file Collision.cs.