C# Класс UHSampleGame.ProjectileManagment.ExplosionSmokeParticleSystem

Custom particle system for creating the smokey part of the explosions.
Наследование: ParticleSystem
Показать файл Открыть проект

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

Метод Описание
ExplosionSmokeParticleSystem ( Microsoft.Xna.Framework.Game game, Microsoft.Xna.Framework.Content.ContentManager content ) : System

Защищенные методы

Метод Описание
InitializeSettings ( ParticleSettings settings ) : void

Описание методов

ExplosionSmokeParticleSystem() публичный Метод

public ExplosionSmokeParticleSystem ( Microsoft.Xna.Framework.Game game, Microsoft.Xna.Framework.Content.ContentManager content ) : System
game Microsoft.Xna.Framework.Game
content Microsoft.Xna.Framework.Content.ContentManager
Результат System

InitializeSettings() защищенный Метод

protected InitializeSettings ( ParticleSettings settings ) : void
settings ParticleSettings
Результат void