C# Class Nez.RangeAttribute

Inheritance: InspectableAttribute
Mostrar archivo Open project: prime31/Nez

Public Properties

Property Type Description
minValue float

Public Methods

Method Description
RangeAttribute ( float minValue, float maxValue ) : System
RangeAttribute ( float minValue, float maxValue, float stepSize ) : System

Method Details

RangeAttribute() public method

public RangeAttribute ( float minValue, float maxValue ) : System
minValue float
maxValue float
return System

RangeAttribute() public method

public RangeAttribute ( float minValue, float maxValue, float stepSize ) : System
minValue float
maxValue float
stepSize float
return System

Property Details

minValue public_oe property

public float minValue
return float