FloatRange
Info
typeStruct
namespaceAnimatext
Fields
endfloatThe end value of the range.
startfloatThe start value of the range.
Constructors
-
FloatRange(float start, float end)
startThe start value of the range.
endThe end value of the range.
FloatRange(Vector2 range)