Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Particles.vxRegisterAsParticleSystemAttribute Class Reference

This registers a class as a particle type for use in Vertice. You specify the Name and Pool size and the engine sets up the rest. To spawn them you only need to call vxParticleSystem.Instance.Spawn(emitter); More...

Inheritance diagram for VerticesEngine.Particles.vxRegisterAsParticleSystemAttribute:

Public Member Functions

 vxRegisterAsParticleSystemAttribute (string Name, int PoolSize)
 

Properties

string Name [get]
 Entity Name.
 
int PoolSize [get]
 The pool size for this particle type.
 

Detailed Description

This registers a class as a particle type for use in Vertice. You specify the Name and Pool size and the engine sets up the rest. To spawn them you only need to call vxParticleSystem.Instance.Spawn(emitter);


The documentation for this class was generated from the following file: