C# Класс 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
Наследование: AbstractForceController
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ApplyForce ( float dt, float strength ) : void

Описание методов

ApplyForce() публичный Метод

public ApplyForce ( float dt, float strength ) : void
dt float
strength float
Результат void