Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Vector3.negativeInfinity

public static Vector3 negativeInfinity;

Description

Shorthand for writing Vector3(float.NegativeInfinity, float.NegativeInfinity, float.NegativeInfinity).