Rect.nativeArray

Function/Meaning
Rectangle buffer pointer
Type
Rect Class Properties
Explanation

Represents a pointer to a rectangular coordinate array.
This property is there to provide a means of direct access to the coordinate array buffer for plugins etc.
It is returned as an integer type, but for plugins etc., cast it to an appropriate type (int [4] etc.) and use it.