Urho
1.0.0.0
System.ValueType
Contains the information about a physics collision event.
The data in this structure is the result of a collision event between scene nodes and rigit bodies.
Constructor
1.0.0.0
To be added.
Contructs a CollisionData structure from a low-level buffer containing the encoded collision event.
To be added.
Field
1.0.0.0
System.Single
Distance, negative when interpenetrating
To be added.
Field
1.0.0.0
System.Single
Impulse applied in collision
To be added.
Field
1.0.0.0
Urho.Vector3
Normal vector.
To be added.
Field
1.0.0.0
Urho.Vector3
World space position
To be added.
Method
1.0.0.0
System.String
Returns a human readable description of the collision.
To be added.
To be added.