![]() |
Paradox Game Engine
v1.0.0 beta06
|
A collection of AssetItem that contains only absolute location without any drive information. This class cannot be inherited. More...
Public Member Functions | |
AssetItemCollection () | |
Initializes a new instance of the AssetItemCollection class. More... | |
AssetItemCollection (int capacity) | |
Initializes a new instance of the T:System.Collections.Generic.List`1 class that is empty and has the specified initial capacity. More... | |
AssetItemCollection (IEnumerable< AssetItem > collection) | |
Initializes a new instance of the AssetItemCollection class. More... | |
string | ToText () |
Converts this instance to a YAML text. More... | |
Static Public Member Functions | |
static AssetItemCollection | FromText (string text) |
Parses items from the specified text. More... | |
A collection of AssetItem that contains only absolute location without any drive information. This class cannot be inherited.
Definition at line 19 of file AssetItemCollection.cs.
SiliconStudio.Assets.AssetItemCollection.AssetItemCollection | ( | ) |
Initializes a new instance of the AssetItemCollection class.
Definition at line 24 of file AssetItemCollection.cs.
SiliconStudio.Assets.AssetItemCollection.AssetItemCollection | ( | int | capacity | ) |
Initializes a new instance of the T:System.Collections.Generic.List`1 class that is empty and has the specified initial capacity.
capacity | The number of elements that the new list can initially store. |
Definition at line 32 of file AssetItemCollection.cs.
SiliconStudio.Assets.AssetItemCollection.AssetItemCollection | ( | IEnumerable< AssetItem > | collection | ) |
Initializes a new instance of the AssetItemCollection class.
collection | The collection. |
Definition at line 41 of file AssetItemCollection.cs.
|
static |
Parses items from the specified text.
text | The text. |
Definition at line 63 of file AssetItemCollection.cs.
string SiliconStudio.Assets.AssetItemCollection.ToText | ( | ) |
Converts this instance to a YAML text.
Definition at line 50 of file AssetItemCollection.cs.