版本:Unity 6(6000.0)
语言英语
  • C#

Mathf.NegativeInfinity

建议更改

成功!

感谢您帮助我们提高 Unity 文档质量。尽管我们无法接受所有提交,但我们确实会阅读我们用户的每条建议,并会在适用情况下进行更新。

关闭

提交失败

由于某种原因,您建议的更改无法提交。请在几分钟后<a>重试</a>。感谢您花时间帮助我们提高 Unity 文档质量。

关闭

取消

切换到手册
public static float NegativeInfinity;

说明

负无穷大的表示(只读)。

using UnityEngine;

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