Arbor 3: FSM & BT Graph Editor  3.4.0
ConstantRangeAttribute Class Reference

Limit the value range when Arbor.FlexibleInt or Arbor.FlexibleFloat type is Constant. More...

Inheritance diagram for ConstantRangeAttribute:

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...
 

Detailed Description

Limit the value range when Arbor.FlexibleInt or Arbor.FlexibleFloat type is Constant.

Constructor & Destructor Documentation

ConstantRangeAttribute ( float  min,
float  max 
)

Limit the value range when Arbor.FlexibleInt or Arbor.FlexibleFloat type is Constant.

Parameters
minMin Value
maxMax Value

Member Data Documentation

readonly float max

Max value

readonly float min

Min value