DayNightCycleManager.hoursToDegrees C# (CSharp) Method

hoursToDegrees() private method

private hoursToDegrees ( float h ) : float
h float
return float
    private float hoursToDegrees(float h)
    {
        return h/24*360;
    }