C# Class FarseerPhysics.Controllers.SimpleWindForce

Reference implementation for forces based on AbstractForceController It supports all features provided by the base class and illustrates proper usage as an easy to understand example. As a side-effect it is a nice and easy to use wind force for your projects
Inheritance: AbstractForceController
Mostrar archivo Open project: prime31/Nez Class Usage Examples

Public Methods

Method Description
ApplyForce ( float dt, float strength ) : void

Method Details

ApplyForce() public method

public ApplyForce ( float dt, float strength ) : void
dt float
strength float
return void