Optionaloptions: OptionsThe options to create a FloatRectArray instance.
Add an Rect object to the array.
The Rect object to add.
The index of the added element.
Append an array to the current array.
The array to append.
1 if successful, otherwise an error code.
Destroy the current object.
Find the index of the element.
The element to find.
The start index to find.
Get the Rect object at the specified index.
The index of the element to get.
Return the Rect object at the specified index.
Get the number of elements in the array.
Return the number of elements in the array.
Gets the upper bound in the array, actually the maximum valid index.
Return the upper bound in the array.
Insert an element.
The index to insert.
The element to insert.
The number of elements to insert.
Remove all elements from the array.
Remove an element by specified index.
The index of the element to remove.
The number of elements to remove.
Set the Rect object at the specified index.
Set the Rect object at the specified index.
The Rect object to set.
Changes the allocated size and the growing amount.
The new size in elements expected.
The number of elements to grow by.
StaticcreateCreate a FloatRectArray instance.
Optionaloptions: OptionsCreate a FloatRectArray instance with the specified options.
Return a FloatRectArray instance.
Create a FloatRectArray instance. Instead of creating an instance in new mode, use create to create an instance.