Bandidos
Static Public Attributes | List of all members
com.mygdx.game.engine.globals.EngineGlobals Class Reference

Static Public Attributes

static final String GLOBAL_EVENT_ENTITY_CREATED = "EntityCreated"
 
static final String GLOBAL_EVENT_ENTITY_DESTROYED = "EntityDestroyed"
 
static final String GLOBAL_EVENT_COMPONENT_CREATED = "ComponentCreated"
 
static final String GLOBAL_EVENT_COMPONENT_DESTROYED = "ComponentDestroyed"
 
static final String COLLISION_EVENT_COLLISION_ENTER = "CollisionStarted"
 
static final String COLLISION_EVENT_COLLISION_EXIT = "CollisionStopped"
 

Detailed Description

A class containing static final variables which are used by the Engine This includes Entity calls and Component events

Author
Ramses Di Perna

Member Data Documentation

◆ COLLISION_EVENT_COLLISION_ENTER

final String com.mygdx.game.engine.globals.EngineGlobals.COLLISION_EVENT_COLLISION_ENTER = "CollisionStarted"
static

Event type for when collision has started (Collision Component Event)

◆ COLLISION_EVENT_COLLISION_EXIT

final String com.mygdx.game.engine.globals.EngineGlobals.COLLISION_EVENT_COLLISION_EXIT = "CollisionStopped"
static

Event type for when collision has stopped (Collision Component Event)

◆ GLOBAL_EVENT_COMPONENT_CREATED

final String com.mygdx.game.engine.globals.EngineGlobals.GLOBAL_EVENT_COMPONENT_CREATED = "ComponentCreated"
static

Event type for when a component is created (Global event)

◆ GLOBAL_EVENT_COMPONENT_DESTROYED

final String com.mygdx.game.engine.globals.EngineGlobals.GLOBAL_EVENT_COMPONENT_DESTROYED = "ComponentDestroyed"
static

Event type for when a component is destroyed (Global event)

◆ GLOBAL_EVENT_ENTITY_CREATED

final String com.mygdx.game.engine.globals.EngineGlobals.GLOBAL_EVENT_ENTITY_CREATED = "EntityCreated"
static

Event type for when an entity is created (Global event)

◆ GLOBAL_EVENT_ENTITY_DESTROYED

final String com.mygdx.game.engine.globals.EngineGlobals.GLOBAL_EVENT_ENTITY_DESTROYED = "EntityDestroyed"
static

Event type for when an entity is destroyed (Global event)


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