このページを含むバージョン:
このページを含まないバージョン:
負の無限大を表現します(読み取り専用)
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { Debug.Log(Mathf.NegativeInfinity); } }