Click or drag to resize
SoftSliderAttribute Class
A PropertyAttribute to specify that a Single or Int32 field should use a custom PropertyDrawer with a slider with the specified range, but whose type-in field will allow any value.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyAttribute
      CandlelightSoftSliderAttribute

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

The SoftSliderAttribute type exposes the following members.

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