文件名称:粒子效果c#
文件大小:36KB
文件格式:7Z
更新时间:2011-07-24 15:37:33
graphics
c#下的简单粒子效果器, 包括GDI+和DDraw实现
【文件预览】:
Particle.suo
Particle.sln
Particle
----DefaultParticleContainer.cs(5KB)
----bin()
--------Debug()
--------Release()
----Properties()
--------Resources.Designer.cs(3KB)
--------Settings.settings(249B)
--------Resources.resx(5KB)
--------Settings.Designer.cs(1KB)
--------AssemblyInfo.cs(1KB)
----Program.cs(460B)
----MainFrm.cs(3KB)
----Particle.cs(410B)
----Enum.cs(318B)
----Particle.csproj.user(1KB)
----GraphicUtility.cs(885B)
----Interface()
--------IParticleContainer.cs(372B)
--------IRender.cs(531B)
--------IParticle.cs(265B)
----MainFrm.resx(6KB)
----Particle.csproj(5KB)
----MainFrm.Designer.cs(9KB)
----Render()
--------AbstractRender.cs(7KB)
--------DDRender.cs(2KB)
--------DDRender_DDraw.cs(3KB)
--------GdiRender.cs(2KB)