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