C# Class SettingsCompiler.FloatSetting

Inheritance: Setting
Mostra file Open project: TheRealMJP/Shadows Class Usage Examples

Public Properties

Property Type Description
MaxValue float
MinValue float
StepSize float
Value float

Public Methods

Method Description
FloatSetting ( float value, FieldInfo field, string group ) : System
WriteDeclaration ( List lines ) : void
WriteDefinition ( List lines ) : void
WriteInitialization ( List lines ) : void

Method Details

FloatSetting() public method

public FloatSetting ( float value, FieldInfo field, string group ) : System
value float
field System.Reflection.FieldInfo
group string
return System

WriteDeclaration() public method

public WriteDeclaration ( List lines ) : void
lines List
return void

WriteDefinition() public method

public WriteDefinition ( List lines ) : void
lines List
return void

WriteInitialization() public method

public WriteInitialization ( List lines ) : void
lines List
return void

Property Details

MaxValue public_oe property

public float MaxValue
return float

MinValue public_oe property

public float MinValue
return float

StepSize public_oe property

public float StepSize
return float

Value public_oe property

public float Value
return float