C# Class Playroom.ContentCompilerParameterAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: jlyonsmith/Playroom Class Usage Examples

Public Methods

Method Description
ContentCompilerParameterAttribute ( ) : System
ContentCompilerParameterAttribute ( string description ) : System

Initializes a new instance of the ContentCompilerSettingAttribute.

Method Details

ContentCompilerParameterAttribute() public method

public ContentCompilerParameterAttribute ( ) : System
return System

ContentCompilerParameterAttribute() public method

Initializes a new instance of the ContentCompilerSettingAttribute.
public ContentCompilerParameterAttribute ( string description ) : System
description string Description of the content compiler
return System