C# Class WaveOculusDemoProject.Entities.AsteroidSectorDecorator

Asteroid sector entity decorator
Inheritance: BaseDecorator
Afficher le fichier Open project: WaveEngine/Samples Class Usage Examples

Méthodes publiques

Méthode Description
AsteroidSectorDecorator ( string name, int sectorType, int lod ) : WaveEngine.Components.Graphics3D

Instantiates a new asteroid sector

Method Details

AsteroidSectorDecorator() public méthode

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
Résultat WaveEngine.Components.Graphics3D