C# 클래스 AssetPackager.Assets.Asset

Represents a particular asset in the AssetList.
파일 보기 프로젝트 열기: kpumuk/assetpackager.net

공개 메소드들

메소드 설명
Asset ( string name, string path, string group, bool force )

Initializes a new instance of the Asset class.

메소드 상세

Asset() 공개 메소드

Initializes a new instance of the Asset class.
public Asset ( string name, string path, string group, bool force )
name string Asset name.
path string Relative asset path to combine.
group string Asset group.
force bool When true, asset will be forced to combine (see ).