C# Class SharpEditor.Assets.Manager

Show file Open project: bcsanches/phobos3d

Public Methods

Method Description
AddAsset ( Asset asset ) : void
GetAllAssets ( ) : IList
GetAssetsForCategory ( Category category ) : IList

Method Details

AddAsset() public static method

public static AddAsset ( Asset asset ) : void
asset Asset
return void

GetAllAssets() public static method

public static GetAllAssets ( ) : IList
return IList

GetAssetsForCategory() public static method

public static GetAssetsForCategory ( Category category ) : IList
category Category
return IList