EngineObjectCollection.EngineObjectCollection Constructors
Initializes a new instance of the EngineObjectCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | EngineObjectCollection() | Initializes a new empty instance of the EngineObjectCollection class. |
Public method | EngineObjectCollection(IEnumerable< EngineObject > items) | Initializes a new instance of the EngineObjectCollection class with the specified elements. |
EngineObjectCollection()
Initializes a new empty instance of the EngineObjectCollection class.Syntax
public EngineObjectCollection ()
EngineObjectCollection(IEnumerable< EngineObject > items)
Initializes a new instance of the EngineObjectCollection class with the specified elements.Syntax
public EngineObjectCollection (
IEnumerable< EngineObject > items
)
Parameters
items
Type: A collection of EngineObject elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android