Function Draw.WireRectangleXZ WireRectangleXZ (float3 center, float2 size) Draws a rectangle outline. Public Static void WireRectangleXZ ( float3 center float2 size ) Draws a rectangle outline. The rectangle will be aligned to the X and Z axes.Draw.xz.WireRectangle(new Vector3(0f, 0, 0), new Vector2(1, 1), Color.black); SeeWirePolygon WireRectangleXZ (float3 center, float2 size, Color color) Draws a rectangle outline. Public Static void WireRectangleXZ ( float3 center float2 size Color color ) Draws a rectangle outline. The rectangle will be aligned to the X and Z axes.Draw.xz.WireRectangle(new Vector3(0f, 0, 0), new Vector2(1, 1), Color.black); SeeWirePolygon