public property Ammunition.BulletLength

Brief

Length of the projectile

Declaration
C#
Measurement<DistanceUnit>?  BulletLength public get; public set;

Details

The value is required only if drift calculation is needed.

Declared in Ammunition

back