C# 클래스 BulletCSharp.LJoint

상속: SBJoint
파일 보기 프로젝트 열기: sanglin307/BulletUnity3D 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
LJoint ( ) : System
Prepare ( float dt, int iterations ) : void
Solve ( float dt, float sor ) : void
Terminate ( float dt ) : void
Type ( ) : SWIGTYPE_p_SBJoint__eType___

비공개 메소드들

메소드 설명
LJoint ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( LJoint obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LJoint() 공개 메소드

public LJoint ( ) : System
리턴 System

Prepare() 공개 메소드

public Prepare ( float dt, int iterations ) : void
dt float
iterations int
리턴 void

Solve() 공개 메소드

public Solve ( float dt, float sor ) : void
dt float
sor float
리턴 void

Terminate() 공개 메소드

public Terminate ( float dt ) : void
dt float
리턴 void

Type() 공개 메소드

public Type ( ) : SWIGTYPE_p_SBJoint__eType___
리턴 SWIGTYPE_p_SBJoint__eType___