一個使用數值創建器,數值永遠不能少於最小值或最大值。
概要
屬性
Class.DoubleConstrainedValue.Value 屬性可以包含的最高數值。
Class.DoubleConstrainedValue.Value 屬性可以包含的最低數字。
用於在 DoubleConstrainedValue.MinValue 和 DoubleConstrainedValue.MaxValue 之間保持數值。
活動
發射 當 DoubleConstrainedValue.Value 的 DoubleConstrainedValue 變更時發射。
屬性
方法
活動
Changed
發射 當 DoubleConstrainedValue.Value 的 DoubleConstrainedValue 變更時發射。
參數
範例程式碼
DoubleConstrainedValue.Changed
workspace.DoubleConstrainedValue.Changed:Connect(function(newValue)
print(newValue)
end)
workspace.DoubleConstrainedValue.Value = 2