Arbor 3: FSM & BT Graph Editor
3.2.0
|
Limit the value range when Arbor.FlexibleInt or Arbor.FlexibleFloat type is Constant. More...
Public Member Functions | |
ConstantRangeAttribute (float min, float max) | |
Limit the value range when Arbor.FlexibleInt or 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 or Arbor.FlexibleFloat type is Constant.
ConstantRangeAttribute | ( | float | min, |
float | max | ||
) |
Limit the value range when Arbor.FlexibleInt or Arbor.FlexibleFloat type is Constant.
min | Min Value |
max | Max Value |
readonly float max |
Max value
readonly float min |
Min value