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
파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 메소드들

메소드 설명
ApplyForce ( float dt, float strength ) : void

메소드 상세

ApplyForce() 공개 메소드

public ApplyForce ( float dt, float strength ) : void
dt float
strength float
리턴 void