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