C# 클래스 AssetPackager.Assets.ShortNameAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: kpumuk/assetpackager.net

공개 메소드들

메소드 설명
ShortNameAttribute ( ) : System

Initializes a new instance of the ShortNameAttribute class.

ShortNameAttribute ( string name ) : System

Initializes a new instance of the ShortNameAttribute class.

메소드 상세

ShortNameAttribute() 공개 메소드

Initializes a new instance of the ShortNameAttribute class.
public ShortNameAttribute ( ) : System
리턴 System

ShortNameAttribute() 공개 메소드

Initializes a new instance of the ShortNameAttribute class.
public ShortNameAttribute ( string name ) : System
name string Short name of the asset list type (for example, "js" /// for ).
리턴 System