Mathf.NegativeInfinity

매뉴얼로 전환
public static float NegativeInfinity ;

설명

A representation of negative infinity (Read Only).

using UnityEngine;

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