Versions with this page:
Versions without this page:
Отрицательная бесконечность (Read Only).
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { Debug.Log(Mathf.NegativeInfinity); } }