← Back to carmenta.com
Carmenta Engine SDK Documentation
×

EffectCollection.EffectCollection Constructors

Initializes a new instance of the EffectCollection class.

Overload List

 NameDescription
Public methodEffectCollection()Initializes a new empty instance of the EffectCollection class.
Public methodEffectCollection(IEnumerable< Effect > items)Initializes a new instance of the EffectCollection class with the specified elements.

EffectCollection()

Initializes a new empty instance of the EffectCollection class.

Syntax

C#
public EffectCollection ()

EffectCollection(IEnumerable< Effect > items)

Initializes a new instance of the EffectCollection class with the specified elements.

Syntax

C#
public EffectCollection (
	IEnumerable< Effect > items
)

Parameters

items
Type: A collection of Effect elements.
A collection of items to add to the new collection.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept