Click or drag to resize
FloatRangeAttribute Class
A PropertyAttribute to specify that a FloatRange field should use a custom PropertyDrawer with a soft slider with the specified range.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyAttribute
      CandlelightFloatRangeAttribute

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class FloatRangeAttribute : PropertyAttribute

The FloatRangeAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFloatRangeAttribute
Initializes a new instance of the FloatRangeAttribute class.
Top
Properties
  NameDescription
Public propertyRange
Gets the range of the slider.
Top
See Also