private CCWTemplateInfo(int moduleIndex, int ccwTemplateDataIndex) { m_ModuleIndex = moduleIndex; m_Index = ccwTemplateDataIndex; #if DEBUG m_CCWTemplateData_DebugOnly = default(CCWTemplateData); #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 }
public override int GetHashCode() { return(CCWTemplateData.GetHashCode()); }