LightInfoExType
Engine/source/lighting/lightInfo.h
The extended light info type wrapper object.
Protected Attributes
The info type index for this type.
Protected Static Functions
TypeMap &
Returns the map of all the info types.
Public Functions
Detailed Description
The extended light info type wrapper object.
Protected Types
typedef HashTable< String, U32 > TypeMap
Protected Attributes
U32 mTypeIndex
The info type index for this type.
Protected Static Functions
getTypeMap()
Returns the map of all the info types.
We create it as a method static so that its available to other statics regardless of initialization order.
Public Functions
LightInfoExType(const char * type)
LightInfoExType(const LightInfoExType & type)
operator U32()