Mathf.NegativeInfinity
public static float NegativeInfinity;
Description 描述
A representation of negative infinity (Read Only).
using UnityEngine;
public class Example : MonoBehaviour { void Start() { Debug.Log(Mathf.NegativeInfinity); } }
A representation of negative infinity (Read Only).
using UnityEngine;
public class Example : MonoBehaviour { void Start() { Debug.Log(Mathf.NegativeInfinity); } }