C# 클래스 CascadeSharp.TKMath.BVH.BVH_BuildThread

상속: Standard_Transient
파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
BVH_BuildThread ( ) : System
BVH_BuildThread ( BVH_BuildThread parameter1 ) : System
BVH_BuildThread ( BVH_BuildTool theBuildTool, CascadeSharp.TKMath.BVH.BVH_BuildQueue theBuildQueue ) : System
Run ( ) : void
Wait ( ) : void
execute ( ) : void
get_type_name ( ) : char
threadFunction ( IntPtr theData ) : IntPtr

메소드 상세

BVH_BuildThread() 공개 메소드

public BVH_BuildThread ( ) : System
리턴 System

BVH_BuildThread() 공개 메소드

public BVH_BuildThread ( BVH_BuildThread parameter1 ) : System
parameter1 BVH_BuildThread
리턴 System

BVH_BuildThread() 공개 메소드

public BVH_BuildThread ( BVH_BuildTool theBuildTool, CascadeSharp.TKMath.BVH.BVH_BuildQueue theBuildQueue ) : System
theBuildTool BVH_BuildTool
theBuildQueue CascadeSharp.TKMath.BVH.BVH_BuildQueue
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void

Wait() 공개 메소드

public Wait ( ) : void
리턴 void

execute() 공개 메소드

public execute ( ) : void
리턴 void

get_type_name() 공개 메소드

public get_type_name ( ) : char
리턴 char

threadFunction() 공개 메소드

public threadFunction ( IntPtr theData ) : IntPtr
theData IntPtr
리턴 IntPtr