示例#1
0
        private CCWTemplateInfo(int moduleIndex, int ccwTemplateDataIndex)
        {
            m_ModuleIndex = moduleIndex;
            m_Index       = ccwTemplateDataIndex;
#if DEBUG
            m_CCWTemplateData_DebugOnly = default(CCWTemplateData);
#endif
        }
示例#2
0
        public CCWTemplateInfo(McgModule mcgModule, int ccwTemplateDataIndex)
        {
            m_ModuleIndex = McgModuleManager.GetModuleIndex(mcgModule);
            m_Index       = ccwTemplateDataIndex;
#if DEBUG
            m_CCWTemplateData_DebugOnly = mcgModule.CCWTemplateData[m_Index];
#endif
        }
示例#3
0
 public override int GetHashCode()
 {
     return(CCWTemplateData.GetHashCode());
 }
示例#4
0
        private CCWTemplateInfo(int moduleIndex, int ccwTemplateDataIndex)
        {
            m_ModuleIndex = moduleIndex;
            m_Index = ccwTemplateDataIndex;
#if DEBUG
            m_CCWTemplateData_DebugOnly = default(CCWTemplateData);
#endif
        }
示例#5
0
        public CCWTemplateInfo(McgModule mcgModule, int ccwTemplateDataIndex)
        {
            m_ModuleIndex = McgModuleManager.GetModuleIndex(mcgModule);
            m_Index = ccwTemplateDataIndex;
#if DEBUG
            m_CCWTemplateData_DebugOnly = mcgModule.CCWTemplateData[m_Index];
#endif
        }