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

A collection of PackageProfile. More...

Inheritance diagram for SiliconStudio.Assets.PackageProfileCollection:
KeyedCollection< PlatformType, PackageProfile >

Public Member Functions

 PackageProfileCollection ()
 Initializes a new instance of the PackageProfileCollection class. More...
 
PackageProfile FindSharedProfile ()
 Finds a shared profile (a profile that is not platform specific) More...
 

Protected Member Functions

override PlatformType GetKeyForItem (PackageProfile item)
 

Detailed Description

A collection of PackageProfile.

Definition at line 18 of file PackageProfile.cs.

Constructor & Destructor Documentation

SiliconStudio.Assets.PackageProfileCollection.PackageProfileCollection ( )

Initializes a new instance of the PackageProfileCollection class.

Definition at line 23 of file PackageProfile.cs.

Member Function Documentation

PackageProfile SiliconStudio.Assets.PackageProfileCollection.FindSharedProfile ( )

Finds a shared profile (a profile that is not platform specific)

Returns
PackageProfile.

Definition at line 38 of file PackageProfile.cs.

override PlatformType SiliconStudio.Assets.PackageProfileCollection.GetKeyForItem ( PackageProfile  item)
protected

Definition at line 29 of file PackageProfile.cs.


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