PropCollection
PropCollection class
Prop collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Prop |
Methods
| Name | Description |
|---|---|
| add | Add the Prop object in the collection. |
| remove | Remove the Prop object from the collection. |
| getProp | Gets the element at the specified ID. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |