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

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

public PhysicalEntity2D(
	Physics physics,
	Rectangle drawArea,
	Vector2D impulse,
	float lifeTime = 0f
)
See Also