Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Assets.AssetItemCollection Class Reference

A collection of AssetItem that contains only absolute location without any drive information. This class cannot be inherited. More...

Inheritance diagram for SiliconStudio.Assets.AssetItemCollection:
List< AssetItem >

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

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.

Parameters
capacityThe 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.

Parameters
collectionThe collection.

Definition at line 41 of file AssetItemCollection.cs.

Member Function Documentation

static AssetItemCollection SiliconStudio.Assets.AssetItemCollection.FromText ( string  text)
static

Parses items from the specified text.

Parameters
textThe text.
Returns
SiliconStudio.Assets.AssetItemCollection.

Definition at line 63 of file AssetItemCollection.cs.

string SiliconStudio.Assets.AssetItemCollection.ToText ( )

Converts this instance to a YAML text.

Returns
A string representation of this instance.

Definition at line 50 of file AssetItemCollection.cs.


The documentation for this class was generated from the following file: