Torque3D Documentation / _generateds / LightInfoExType

LightInfoExType

Engine/source/lighting/lightInfo.h

The extended light info type wrapper object.

More...

Protected Types

TypeMap 

Protected Attributes

The info type index for this type.

Protected Static Functions

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()