Version: 2017.1

Mathf.NegativeInfinity

Cambiar al Manual
public static float NegativeInfinity ;

Descripción

Una representación del infinito negativo (Read Only).

using UnityEngine;
using System.Collections;

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