Torque3D Documentation / _generateds / MatInstanceHookType

MatInstanceHookType

Engine/source/materials/matInstanceHook.h

The hook type wrapper object.

More...

Protected Types

TypeMap 

Protected Attributes

The hook type index for this type.

Protected Static Functions

Returns the map of all the hook types.

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.