DayNightCycleManager.hoursToDegrees C# (CSharp) Méthode

hoursToDegrees() private méthode

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