AssetPackager.Assets.ShortNameAttribute.ShortNameAttribute C# (CSharp) Method

ShortNameAttribute() public method

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 ).
return System
		public ShortNameAttribute(string name)
		{
			Name = name;
		}
	}

Same methods

ShortNameAttribute::ShortNameAttribute ( ) : System
ShortNameAttribute