New
1.5.10
- Merged many PRs from @Newbilius and @Bamboy
- Added small new feature for the PropertyGrid. If new attribute Range applied to numeric property, then the PropertyGrid won't allow it to go beyound the defined bounds. Example code of the attribute usage:
[Range(0.0f, 1.0f)]
public float Opacity { get;set; }