Click or drag to resize

SingleLineClampAttribute Class

Same as SingleLineAttribute but with clamp
Inheritance Hierarchy

Namespace:  DigitalRuby.ThunderAndLightning
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class SingleLineClampAttribute : SingleLineAttribute

The SingleLineClampAttribute type exposes the following members.

Constructors
  NameDescription
Public methodSingleLineClampAttribute
Constructor
Top
Properties
  NameDescription
Public propertyMaxValue
Max value
Public propertyMinValue
Min value
Public propertyorder

Optional field to specify the order that multiple DecorationDrawers should be drawn in.

(Inherited from PropertyAttribute.)
Public propertyTooltip
Tooltip
(Inherited from SingleLineAttribute.)
Public propertyTypeId (Inherited from Attribute.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also