Arbor 3: FSM & BT Graph Editor
3.7.8
|
Limit the value range when Arbor.FlexibleInt , Arbor.FlexibleLong , Arbor.FlexibleFloat type is Constant. More...
Inherits Attribute.
Public Member Functions | |
ConstantRangeAttribute (float min, float max) | |
Limit the value range when Arbor.FlexibleInt , Arbor.FlexibleLong , Arbor.FlexibleFloat type is Constant. More... | |
Public Attributes | |
readonly float | min |
Min value More... | |
readonly float | max |
Max value More... | |
Limit the value range when Arbor.FlexibleInt , Arbor.FlexibleLong , Arbor.FlexibleFloat type is Constant.
ConstantRangeAttribute | ( | float | min, |
float | max | ||
) |
Limit the value range when Arbor.FlexibleInt , Arbor.FlexibleLong , Arbor.FlexibleFloat type is Constant.
min | Min Value |
max | Max Value |
readonly float max |
Max value
readonly float min |
Min value