Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


impulsePerLength

Impulse per unit length. This applies an impulse according to the shape perimeter that is facing the explosion. Explosions only apply to circles, capsules, and polygons. This may be negative for implosions. The magnitude is clamped to PhysicsWorld.ExplosionDefinition.MaxImpulse.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Property
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public float impulsePerLength { readonly get; set; }