C++ Java Unity
Unity Reference
RectangleData Struct Reference

This struct defines the 2D coordinates of a rectangle. The struct is internally used for setting Virtual Buttons or getting bounding boxes of letters. More...

Public Attributes

float leftTopX
 
float leftTopY
 
float rightBottomX
 
float rightBottomY
 

Detailed Description

This struct defines the 2D coordinates of a rectangle. The struct is internally used for setting Virtual Buttons or getting bounding boxes of letters.

Member Data Documentation

float leftTopX
float leftTopY
float rightBottomX
float rightBottomY