ScratchCollection

ScratchCollection class

Scratch collection.

Properties

NameTypeDescription
Countint
Item (int)Scratch

Methods

NameDescription
addAdd the Scratch object in the collection.
removeRemove the Scratch object from the collection.
clear
removeAt
iteratorReserved for internal use.

ScratchCollection.Count property

Type: int

ScratchCollection.Item (int) property

Type: Scratch

add(item)

Add the Scratch object in the collection.

remove(item)

Remove the Scratch object from the collection.

clear()

removeAt(index)

iterator()

Reserved for internal use.