API Referenceglobal
public class MinMaxAttribute : System.Attribute
Mark property as having a minimum and maximum value.
Constructors
Showing 1 constructors
public MinMaxAttribute(float min, float max)
No results match this filter.
Properties
Showing 2 properties
public float MinMaxAttribute.MaxValue { get; set; }
The maximum value for this property.
public float MinMaxAttribute.MinValue { get; set; }
The minimum value for this property.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:MinMaxAttribute |