Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


back

The unit vector in the negative z direction
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static Vector3Int back { get; }

Remarks

This property is equivalent to writing
Vector3Int(0, 0, -1)
.