11 private void Contact() {}
12 private void ~Contact() {}
31 float PenetrationDepth;
33 float RelativeNormalVelocityBefore;
34 float RelativeNormalVelocityAfter;
35 vector RelativeVelocityBefore;
36 vector RelativeVelocityAfter;
47 proto native
vector GetNormalImpulse();
48 proto native
float GetRelativeVelocityBefore(
vector vel);
49 proto native
float GetRelativeVelocityAfter(
vector vel);