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

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ConstantRangeAttribute()

ConstantRangeAttribute ( float  min,
float  max 
)

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

Parameters
minMin Value
maxMax Value

Member Data Documentation

◆ max

readonly float max

Max value

◆ min

readonly float min

Min value