/// <summary> /// Constructor /// </summary> public McgTypeInfo(int index, McgModule mcgModule) { m_TypeIndex = index; m_ModuleIndex = McgModuleManager.GetModuleIndex(mcgModule); #if DEBUG m_InterfaceData_DebugOnly = mcgModule.GetInterfaceDataByIndex(m_TypeIndex); #endif }
public CCWTemplateInfo(McgModule mcgModule, int ccwTemplateDataIndex) { m_ModuleIndex = McgModuleManager.GetModuleIndex(mcgModule); m_Index = ccwTemplateDataIndex; #if DEBUG m_CCWTemplateData_DebugOnly = mcgModule.CCWTemplateData[m_Index]; #endif }