Constructor SKConfettiSystemCollection
SKConfettiSystemCollection()
Initializes a new instance of the SKConfettiSystemCollection class.
public SKConfettiSystemCollection()
SKConfettiSystemCollection(IEnumerable<SKConfettiSystem>)
Initializes a new instance of the SKConfettiSystemCollection class with items from the specified collection.
public SKConfettiSystemCollection(IEnumerable<SKConfettiSystem> collection)
Parameters
collectionIEnumerable<SKConfettiSystem>The collection of systems to add.
SKConfettiSystemCollection(List<SKConfettiSystem>)
Initializes a new instance of the SKConfettiSystemCollection class with items from the specified list.
public SKConfettiSystemCollection(List<SKConfettiSystem> list)
Parameters
listList<SKConfettiSystem>The list of systems to add.