ScratchCollection
ScratchCollection class
Scratch collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Scratch |
Methods
| Name | Description |
|---|---|
| add | Add the Scratch object in the collection. |
| remove | Remove the Scratch object from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved 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.