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