class
ValueRangeAttribute
public class ValueRangeAttribute : Attribute For use with Curves, allows you to define a custom range for the value
Constructors
ValueRangeAttribute(Single start, Single end, Boolean canModify) Properties
| Name | Type | Description |
|---|---|---|
Min | Single | |
Max | Single | |
CanModify | Boolean |
Assembly:
Sandbox.System Full Name: ValueRangeAttribute