API Referenceglobal
public class ValueRangeAttribute : System.Attribute
For use with Curves, allows you to define a custom range for the value
Constructors
Showing 1 constructors
public ValueRangeAttribute(float start, float end, bool canModify = True)
Parameters
canModify: Default: True
No results match this filter.
Properties
Showing 3 properties
public bool ValueRangeAttribute.CanModify { get; set; }
public float ValueRangeAttribute.Max { get; set; }
public float ValueRangeAttribute.Min { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:ValueRangeAttribute |