PhysicsOptions.ContactHitEventThreshold Property
Definition¶
Namespace: Brine2D.Physics
Minimum closing speed (pixels/s) at which a contact fires
OnCollisionHit.
Set to 0 to fire on every contact. Leave null to use the Box2D default.
public System.Nullable<float> ContactHitEventThreshold { get; set; }