C# 클래스 PsmFramework.Engines.CyclonePhysics3d.Forces.Buoyancy3d

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

공개 메소드들

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

메소드 상세

Buoyancy3d() 공개 메소드

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

UpdateForce() 공개 메소드

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