C# 클래스 PsmFramework.Engines.CyclonePhysics2d.Forces.Buoyancy2d

상속: ForceGenerator2dBase
파일 보기 프로젝트 열기: artwallace/PsmFramework

공개 메소드들

메소드 설명
Buoyancy2d ( Particle2dBase particle, System.Single maxDepth, System.Single volume, System.Single waterHeight, System.Single liquidDensity = 1000.0f ) : System
UpdateForce ( System.Single duration ) : void

메소드 상세

Buoyancy2d() 공개 메소드

public Buoyancy2d ( Particle2dBase particle, System.Single maxDepth, System.Single volume, System.Single waterHeight, System.Single liquidDensity = 1000.0f ) : System
particle Particle2dBase
maxDepth System.Single
volume System.Single
waterHeight System.Single
liquidDensity System.Single
리턴 System

UpdateForce() 공개 메소드

public UpdateForce ( System.Single duration ) : void
duration System.Single
리턴 void