Rect.nativeArray

Function/Meaning
Rectangle buffer pointer
Type
Property of Rect class (read-only)
Description
Represents a pointer to the rectangle's coordinate array.
This property is provided to allow direct access to the coordinate array buffer for plugins and other purposes.
It is returned as an integer type, but should be cast to an appropriate type (such as int[4] etc.) when used in plugins.