C# 클래스 PixelsForGlory.Procedural.VoxelMeshGenerator

Voxel mesh generator that generator thread uses
파일 보기 프로젝트 열기: PixelsForGlory/ProceduralVoxelMesh 1 사용 예제들

공개 메소드들

메소드 설명
EnqueueTask ( IVoxelMeshGeneratorTask item ) : void

Enqueue task for the generator thread

Run ( ) : void

Main generator loop

Shutdown ( ) : void

Shutdown the generator

메소드 상세

EnqueueTask() 공개 메소드

Enqueue task for the generator thread
public EnqueueTask ( IVoxelMeshGeneratorTask item ) : void
item IVoxelMeshGeneratorTask
리턴 void

Run() 공개 메소드

Main generator loop
public Run ( ) : void
리턴 void

Shutdown() 공개 메소드

Shutdown the generator
public Shutdown ( ) : void
리턴 void