Class RangeSliderAttribute
Property applied to int or float fields to generate a slider in the inspector.
Implements
Inherited Members
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
public sealed class RangeSliderAttribute : PropertyAttribute, _Attribute
Constructors
Name | Description |
---|---|
RangeSliderAttribute(float, float) | Constructor for the range slider attribute |
Fields
Name | Description |
---|---|
Max | Maximum value for the range slider |
Min | Minimum value for the range slider |