ApplyForce Method

Project Mercury API

[This is preliminary documentation and is subject to change.]

Applies a force to the particle.

Namespace:  ProjectMercury
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public void ApplyForce(
	ref Vector2 force
)
Visual Basic (Declaration)
Public Sub ApplyForce ( _
	ByRef force As Vector2 _
)
Visual C++
public:
void ApplyForce(
	Vector2% force
)

Parameters

force
Type: Vector2 %
A vector describing the force and direction.

See Also