C# 클래스 UHSampleGame.ProjectileManagment.ExplosionParticleSystem

Custom particle system for creating the fiery part of the explosions.
상속: ParticleSystem
파일 보기 프로젝트 열기: holtkampw/UH-Sample-XNA-Project

공개 메소드들

메소드 설명
ExplosionParticleSystem ( Microsoft.Xna.Framework.Game game, Microsoft.Xna.Framework.Content.ContentManager content ) : System

보호된 메소드들

메소드 설명
InitializeSettings ( ParticleSettings settings ) : void

메소드 상세

ExplosionParticleSystem() 공개 메소드

public ExplosionParticleSystem ( 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