Returns the width (X) and depth (Z) of the Play Area as a
Vector2 value.
public static UnityEngine.Vector2 getPlayAreaDimensions()
Return Value
The width/depth of the Play Area expressed as a
Vector2, with the width (x-axis) stored in the
x position and the depth (z-axis) stored in the
y position.