C# Класс WaveOculusDemoProject.Entities.AsteroidSectorDecorator

Asteroid sector entity decorator
Наследование: BaseDecorator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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