ExperimentManager.UpdateLightIntensity C# (CSharp) 메소드

UpdateLightIntensity() 개인적인 메소드

private UpdateLightIntensity ( ) : void
리턴 void
    private void UpdateLightIntensity()
    {
        currentLightIntensity = lightIntensities[currentImage];
        //		switch (currentImage) {
        //			case 0:
        //				currentLightIntensity = 1.2;
        //				break;
        //			case 1:
        //				currentLightIntensity = 3.9;
        //				break;
        //			case 2:
        //				currentLightIntensity = 0.8;
        //				break;
        //			default:
        //				currentLightIntensity = 0;
        //				break;
        //		}
    }