Futile.UpdateStageIndices C# (CSharp) Méthode

UpdateStageIndices() public static méthode

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

        _isDepthChangeNeeded = true;
    }