C# Class SettingsCompiler.StepSizeAttribute

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

Public Properties

Property Type Description
StepSizeFloat float
StepSizeInt int

Public Methods

Method Description
GetStepSize ( FieldInfo field, float &stepSize ) : void
GetStepSize ( FieldInfo field, int &stepSize ) : void
StepSizeAttribute ( float stepSize ) : System
StepSizeAttribute ( int stepSize ) : System

Method Details

GetStepSize() public static method

public static GetStepSize ( FieldInfo field, float &stepSize ) : void
field System.Reflection.FieldInfo
stepSize float
return void

GetStepSize() public static method

public static GetStepSize ( FieldInfo field, int &stepSize ) : void
field System.Reflection.FieldInfo
stepSize int
return void

StepSizeAttribute() public method

public StepSizeAttribute ( float stepSize ) : System
stepSize float
return System

StepSizeAttribute() public method

public StepSizeAttribute ( int stepSize ) : System
stepSize int
return System

Property Details

StepSizeFloat public_oe property

public float StepSizeFloat
return float

StepSizeInt public_oe property

public int StepSizeInt
return int