Vector2

From Legacy Roblox Wiki
Revision as of 01:06, 10 March 2010 by >Mr Doom Bringer (New page: {{CatUp|Data Types}} The '''Vector2''' is a simple coordinate. Two values make it up, an X and a Y coordinate. This data type is currently very limited in use. {{Property| name = Vector...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The Vector2 is a simple coordinate. Two values make it up, an X and a Y coordinate.

This data type is currently very limited in use.

Vector2
Property (Int X, Int Y)
Description Stores a 2D grid coordinate, X and Y
Member of N/A