TDME2 1.9.121
PrototypeParticleSystem_Emitter.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5#include <tdme/tdme.h>
8
9using std::string;
10
12
13/**
14 * Prototype particle system emitter type enum
15 * @author Andreas Drewke
16 */
18public:
25
26 /**
27 * Public constructor
28 * @param name name
29 * @param ordinal ordinal
30 */
32
33 /**
34 * Returns enum object given by name
35 * @param name name
36 * @return enum object
37 */
38 static PrototypeParticleSystem_Emitter* valueOf(const string& name);
39};
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Emitter * POINT_PARTICLE_EMITTER
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Emitter * NONE
static PrototypeParticleSystem_Emitter * valueOf(const string &name)
Returns enum object given by name.
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Emitter * BOUNDINGBOX_PARTICLE_EMITTER
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Emitter * SPHERE_PARTICLE_EMITTER
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Emitter * CIRCLE_PARTICLE_EMITTER_PLANE_VELOCITY
PrototypeParticleSystem_Emitter(const string &name, int ordinal)
Public constructor.
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Emitter * CIRCLE_PARTICLE_EMITTER
Enum base class.
Definition: Enum.h:14
int32_t ordinal
Definition: Enum.h:17
#define STATIC_DLL_IMPEXT
Definition: tdme.h:11