Vector3.md (246B)
1 # Vector 3 2 3 CS 331 W12 L3 4 5 **Definition:** The Vector3 class in unity is used to represent x,y, and z coordinates in a singular object. This object stores each axis value as a float. 6 7 See [Movement](Movement.md) for how to use Vector3s to move.