Mathf.NegativeInfinity

Switch to Manual
public static float NegativeInfinity ;

Description

负无穷大的表示形式(只读)。

using UnityEngine;
using System.Collections;

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