Class SKConfettiShapeCollection
A collection of SKConfettiShape instances used for confetti particles.
public class SKConfettiShapeCollection : List<SKConfettiShape>, IList<SKConfettiShape>, ICollection<SKConfettiShape>, IList, ICollection, IReadOnlyList<SKConfettiShape>, IReadOnlyCollection<SKConfettiShape>, IEnumerable<SKConfettiShape>, IEnumerable
- Inheritance
-
SKConfettiShapeCollection
- Implements
- Inherited Members
Constructors
- SKConfettiShapeCollection()
Initializes a new instance of the SKConfettiShapeCollection class.
- SKConfettiShapeCollection(IEnumerable<SKConfettiShape>)
Initializes a new instance of the SKConfettiShapeCollection class with items from the specified collection.
- SKConfettiShapeCollection(int)
Initializes a new instance of the SKConfettiShapeCollection class with the specified initial capacity.