Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 182 Bytes

Vector.md

File metadata and controls

7 lines (6 loc) · 182 Bytes

Vector

This type is used to represent location or scale in game.

Properties

  • x - Number - X coordinate.
  • y - Number - Y coordinate.
  • z - Number - Z coordinate.