DayNightCycleManager.realToInGameTime C# (CSharp) Method

realToInGameTime() private method

private realToInGameTime ( float t ) : float
t float
return float
    private float realToInGameTime(float t)
    {
        return t/60; // 60s in real time <=> 1h in game
    }