C# 클래스 Ironman.Core.Assets.AssetManager

Asset manager class
파일 보기 프로젝트 열기: JaCraig/Craig-s-Utility-Library 1 사용 예제들

공개 메소드들

메소드 설명
AssetManager ( IEnumerable Filters, IEnumerable ContentFilters, IEnumerable Translators ) : System

Constructor

CreateBundles ( ) : void

Auto creates the bundles for the given directory

DetermineType ( string Path ) : AssetType

Determines the asset type

Process ( IList Assets, BundleResponse Response ) : void

Processes the assets

ToString ( ) : string

Exports info about the asset manager as a string

비공개 메소드들

메소드 설명
CreateBundles ( Utilities.IO.DirectoryInfo Directory ) : void

Auto creates the bundles for the given directory

메소드 상세

AssetManager() 공개 메소드

Constructor
public AssetManager ( IEnumerable Filters, IEnumerable ContentFilters, IEnumerable Translators ) : System
Filters IEnumerable The filters.
ContentFilters IEnumerable The content filters.
Translators IEnumerable The translators.
리턴 System

CreateBundles() 공개 메소드

Auto creates the bundles for the given directory
public CreateBundles ( ) : void
리턴 void

DetermineType() 공개 메소드

Determines the asset type
public DetermineType ( string Path ) : AssetType
Path string Path to the asset
리턴 AssetType

Process() 공개 메소드

Processes the assets
public Process ( IList Assets, BundleResponse Response ) : void
Assets IList Assets to process
Response BundleResponse The bundle response
리턴 void

ToString() 공개 메소드

Exports info about the asset manager as a string
public ToString ( ) : string
리턴 string