C# Class SettingsCompiler.HDRAttribute

Inheritance: System.Attribute
显示文件 Open project: TheRealMJP/Shadows Class Usage Examples

Public Properties

Property Type Description
HDR bool

Public Methods

Method Description
HDRAttribute ( bool hdr ) : System
HDRColor ( FieldInfo field ) : bool

Method Details

HDRAttribute() public method

public HDRAttribute ( bool hdr ) : System
hdr bool
return System

HDRColor() public static method

public static HDRColor ( FieldInfo field ) : bool
field System.Reflection.FieldInfo
return bool

Property Details

HDR public_oe property

public bool HDR
return bool