Class IntervalAttribute
Controls the property drawer for Interval fields.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
public sealed class IntervalAttribute : Attribute
Properties
ClampTo01
Gets or sets a value indicating whether to clamp the range of the interval to [0, 1].
Declaration
public bool ClampTo01 { get; set; }
Property Value
Type | Description |
---|---|
bool |