Class MinMaxRangeSliderAttribute
Property applied to int or float fields to generate a minmax range slider in the inspector.
Implements
Inherited Members
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
public sealed class MinMaxRangeSliderAttribute : PropertyAttribute, _Attribute
Constructors
Name | Description |
---|---|
MinMaxRangeSliderAttribute(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 |