Version: 2017.2

Mathf.NegativeInfinity

Switch to Manual
public static float NegativeInfinity ;

Description

Отрицательная бесконечность (Read Only).

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void Example() { Debug.Log(Mathf.NegativeInfinity); } }