API Referenceglobal
MinMaxAttributeclass
Mark property as having a minimum and maximum value.
Constructors1
Showing 1 constructors
public MinMaxAttribute(float min, float max)
| Parameter | Type | Description |
|---|---|---|
| min | float | — |
| max | float | — |
No results match this filter.
Properties2
Showing 2 properties
public float MinMaxAttribute.MaxValue { get; set; }
The maximum value for this property.
Returns:
float—public float MinMaxAttribute.MinValue { get; set; }
The minimum value for this property.
Returns:
float—No results match this filter.