Example #1
0
 private NkBattleCharManager()
 {
     this.m_arChar            = new NkBattleChar[120];
     this.m_bShowCharUnique   = false;
     this.m_eCharLODStep      = NrCharDefine.CharLODStep.CHARLOD_STEP_1;
     this.m_bFakeShadowEnable = false;
 }
Example #2
0
 public void SetCharLODStep(NrCharDefine.CharLODStep lodstep)
 {
     if (this.m_eCharLODStep == lodstep)
     {
         return;
     }
     this.m_eCharLODStep = lodstep;
 }