C# 클래스 UHSampleGame.ProjectileManagment.FireParticleSystem

Custom particle system for creating a flame effect.
상속: ParticleSystem
파일 보기 프로젝트 열기: holtkampw/UH-Sample-XNA-Project

공개 메소드들

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

보호된 메소드들

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

메소드 상세

FireParticleSystem() 공개 메소드

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