MaxValue
Limits the value of integers and floats to a maximum threshold if exceeded.
[MaxValue(10)]
public int maxIntValue;[MaxValue(10)]maxValue: Limit the value of the property to this value.
Last updated
Limits the value of integers and floats to a maximum threshold if exceeded.
[MaxValue(10)]
public int maxIntValue;[MaxValue(10)]maxValue: Limit the value of the property to this value.
Last updated