Futile.UpdateStageIndices C# (CSharp) 메소드

UpdateStageIndices() 공개 정적인 메소드

public static UpdateStageIndices ( ) : void
리턴 void
    public static void UpdateStageIndices()
    {
        int stageCount = _stages.Count;
        for(int s = 0; s<stageCount; s++)
        {
            _stages[s].index = s;
        }

        _isDepthChangeNeeded = true;
    }