Region3

From Legacy Roblox Wiki
Revision as of 04:30, 9 April 2011 by >MrNicNac (New page: ==Region3== A Region3 is a userdata that holds three values inside of it. It holds three Vector3 values, which each hold three more numbers. ==Constructors== {|border="1" cellspa...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Region3

A Region3 is a userdata that holds three values inside of it. It holds three Vector3 values, which each hold three more numbers.

Constructors

Constructor Description
Region3.new(Vector3, Vector3, Vector3) Creates a new Region3 out of three Vector3 values.