Version: 5.6

Mathf.NegativeInfinity

매뉴얼로 전환
public static float NegativeInfinity ;

설명

A representation of negative infinity (Read Only).

using UnityEngine;
using System.Collections;

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