C# 클래스 Project290.Physics.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
파일 보기 프로젝트 열기: scastle/Solitude

공개 메소드들

메소드 설명
ApplyForce ( float dt, float strength ) : void
SimpleWindForce ( ) : Microsoft.Xna.Framework

메소드 상세

ApplyForce() 공개 메소드

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

SimpleWindForce() 공개 메소드

public SimpleWindForce ( ) : Microsoft.Xna.Framework
리턴 Microsoft.Xna.Framework