コード例 #1
0
    public void Setter(float t)
    {
        var val = Clamp(t, _min.Value, _max.Value);

        _value.Setter(val);
    }