Name | Description | |
---|---|---|
Add | Adds a new layer to the array. | |
Clear | Removes all of the layers from the array. | |
Clone | Clones the array of layers. | |
Contains | Checks if the array contains the specified layer. | |
CopyTo | Copies the current array of layers into the specified array at specified position. | |
GetEnumerator | Gets the IEnumerator interface. | |
IndexOf | Gets the index of the specified layer. | |
Insert | Insets the specified layer at the spefied position in the array. | |
Remove | Removes the specified layer from the array. | |
RemoveAt | Removes layer with the specified index from the array. |
Is this page helpful?
Yes
No