API Referenceglobal
TimeRangeAttributeclass
For use with Curves, allows you to define a custom range for the time
Constructors1
Showing 1 constructors
public TimeRangeAttribute(float start, float end, bool canModify = True)
| Parameter | Type | Description |
|---|---|---|
| start | float | — |
| end | float | — |
| canModify = True | bool | — |
No results match this filter.
Properties3
Showing 3 properties
public bool TimeRangeAttribute.CanModify { get; set; }
Returns:
bool—public float TimeRangeAttribute.Max { get; set; }
Returns:
float—public float TimeRangeAttribute.Min { get; set; }
Returns:
float—No results match this filter.