CCentroid:delete
The delete method deletes an instance of the CCentroid class. Typically, the object should be deleted when you are finished using it in order to release memory used by the object. Note that Mira automatically deletes all class objects when the script finishes.
CCentroid:delete()
|
-- create a new instance of of the CCentroid class. |
|
-- do something with the CCentroid. |
|
-- delete the object and its associated memory. |