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