C# 클래스 MageDefenderDeluxe.ParticleEngine.BloodParticleSystem

Custom particle system for creating a flame effect.
상속: ParticleSystem
파일 보기 프로젝트 열기: petriw/MageDefenderDeluxe

공개 메소드들

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

보호된 메소드들

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

메소드 상세

BloodParticleSystem() 공개 메소드

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