|
Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
A particle set which holds all of the particle pool. More...
Public Member Functions | |
| vxParticlePool (Type type, int capacity) | |
| A particle set which holds all of the particle pool. | |
| void | Update () |
| void | DrawActivePartciles (vxCamera camera, string renderPass) |
| Draws the active particles in this pool. | |
| void | Dispose () |
Public Attributes | |
| List< vxIParticle > | Pool |
| string | Key |
Properties | |
| int | Size [get] |
| The size of this particle pool. | |
A particle set which holds all of the particle pool.