Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Entities.vxRegisterObjectPoolAttribute 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.Entities.vxRegisterObjectPoolAttribute:

Public Member Functions

 vxRegisterObjectPoolAttribute (int PoolSize)
 

Properties

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: