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