Namespace: DeltaEngine.Physics2DAssembly: DeltaEngine.Physics2D (in DeltaEngine.Physics2D.dll) Version: 1.1.1.0 (1.1.1)
public Projectile2D(
Physics physics,
Vector2D impulse,
Rectangle area,
int damage
)
public Projectile2D(
Physics physics,
Vector2D impulse,
Rectangle area,
int damage
)
Public Sub New (
physics As Physics,
impulse As Vector2D,
area As Rectangle,
damage As Integer
)
Public Sub New (
physics As Physics,
impulse As Vector2D,
area As Rectangle,
damage As Integer
)
public:
Projectile2D(
Physics^ physics,
Vector2D impulse,
Rectangle area,
int damage
)
public:
Projectile2D(
Physics^ physics,
Vector2D impulse,
Rectangle area,
int damage
)
new :
physics : Physics *
impulse : Vector2D *
area : Rectangle *
damage : int -> Projectile2D
new :
physics : Physics *
impulse : Vector2D *
area : Rectangle *
damage : int -> Projectile2D