C# 클래스 WaveOculusDemoProject.Entities.AsteroidSectorDecorator

Asteroid sector entity decorator
상속: BaseDecorator
파일 보기 프로젝트 열기: WaveEngine/Samples 1 사용 예제들

공개 메소드들

메소드 설명
AsteroidSectorDecorator ( string name, int sectorType, int lod ) : WaveEngine.Components.Graphics3D

Instantiates a new asteroid sector

메소드 상세

AsteroidSectorDecorator() 공개 메소드

Instantiates a new asteroid sector
public AsteroidSectorDecorator ( string name, int sectorType, int lod ) : WaveEngine.Components.Graphics3D
name string The name
sectorType int Sector type
lod int The LOD level
리턴 WaveEngine.Components.Graphics3D