Projectile2D Constructor Delta Engine Documentation
Initializes a new instance of the Projectile2D class

Namespace: DeltaEngine.Physics2D
Assembly: DeltaEngine.Physics2D (in DeltaEngine.Physics2D.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public Projectile2D(
	Physics physics,
	Vector2D impulse,
	Rectangle area,
	int damage
)
See Also