C# 클래스 Drought.Graphics.Particles.ProjectileTrailParticleSystem

Custom particle system for leaving smoke trails behind the rocket projectiles.
상속: ParticleSystem
파일 보기 프로젝트 열기: kiniry-teaching/UCD 1 사용 예제들

공개 메소드들

메소드 설명
ProjectileTrailParticleSystem ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice device ) : System

보호된 메소드들

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

메소드 상세

InitializeSettings() 보호된 메소드

protected InitializeSettings ( ParticleSettings settings ) : void
settings ParticleSettings
리턴 void

ProjectileTrailParticleSystem() 공개 메소드

public ProjectileTrailParticleSystem ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice device ) : System
content Microsoft.Xna.Framework.Content.ContentManager
device GraphicsDevice
리턴 System