C# Class CascadeSharp.TKMath.BVH.BVH_BuildThread

Inheritance: Standard_Transient
Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

BVH_BuildThread() public méthode

public BVH_BuildThread ( ) : System
Résultat System

BVH_BuildThread() public méthode

public BVH_BuildThread ( BVH_BuildThread parameter1 ) : System
parameter1 BVH_BuildThread
Résultat System

BVH_BuildThread() public méthode

public BVH_BuildThread ( BVH_BuildTool theBuildTool, CascadeSharp.TKMath.BVH.BVH_BuildQueue theBuildQueue ) : System
theBuildTool BVH_BuildTool
theBuildQueue CascadeSharp.TKMath.BVH.BVH_BuildQueue
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

Wait() public méthode

public Wait ( ) : void
Résultat void

execute() public méthode

public execute ( ) : void
Résultat void

get_type_name() public méthode

public get_type_name ( ) : char
Résultat char

threadFunction() public méthode

public threadFunction ( IntPtr theData ) : IntPtr
theData IntPtr
Résultat IntPtr