C# 클래스 UHSampleGame.ProjectileManagment.ExplosionSmokeParticleSystem

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

공개 메소드들

메소드 설명
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