C# Class WaveOculusDemoProject.Entities.AsteroidSectorDecorator

Asteroid sector entity decorator
Inheritance: BaseDecorator
Mostra file Open project: WaveEngine/Samples Class Usage Examples

Public Methods

Method Description
AsteroidSectorDecorator ( string name, int sectorType, int lod ) : WaveEngine.Components.Graphics3D

Instantiates a new asteroid sector

Method Details

AsteroidSectorDecorator() public method

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
return WaveEngine.Components.Graphics3D